A simple chat app made with Express and Socketio
where the user could:
- join existing chat
- create a new chat
- invite other users to chat (by sharing the link)
Run npm install
to downloading all the dependencies
then run: npm run dev
to start the project and
visit http://localhost:3000 to view it in the browser