Chat π«
![Chat π«](/assets/img/projects/nodechat.png)
Simple chat made in NodeJs using Socket.io.
Tip: Test using more than one browser tab or with a friend to view messages without refreshing the page!
How to start the server
- Have NodeJs installed;
- Clone this repository;
- Inside the repository folder, use the command:
node server.js
- The message should appear:
Servidor rodando na porta 8080...
- Acess http://localhost:8080/ and enjoy!