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。