nextjs socketio chat example
1.0.0
使用socket.io和next.js的簡單聊天,用純打字稿編寫。
演示網站:https://nextjs-socketio-chat-example.herokuapp.com/
components/ :React組件pages/頁面server/相關的服務器端代碼shared/ :服務器和客戶端之間共享的類型定義npm installnpm run devnpm run build:all(c)Arch Inc.,2019-2020。