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 client
npm install
npm run dev
npm run build:all
(c) Arch Inc., 2019-2020.