This is a Node.js chat application developed using express and Socket.io
- Uses functionality of sockets to emit messages to other users
- Your messages are not stored in any form and your names are not revealed.
- Messages cannot be viewed again once the page is left/refreshed
- You can also choose a particular user to send message privately
- Download the application
- Run git bash on the folder
- change the port number to any desired number in the app.js
- Execute command npm start