nextjs socketio chat example
1.0.0
A simple chat using Socket.io and Next.js, written in pure TypeScript.
Demo site: https://nextjs-socketio-chat-example.herokuapp.com/
components/: React componentspages/: Next.js pagesserver/: Socket.io-related server-side codeshared/: type definitions shared between server and clientnpm installnpm run devnpm run build:all(c) Arch Inc., 2019-2020.