Description • Features • How To Use • Demo •
This is a very simple chat application. The main goal was to learn more about socket.io events, implementing features like 'isTyping'.
Built with:
- Server side: Node.js, Socket.io, Express;
- Client side: HTML5, CSS, Socket.io, React;
git clone
npm install
node index.js
to run the server.
npm install
yarn start