This is a Web chat app called Anonymous Chat made using Node.js and socket.io
You can try it here.
NOTE: Web-app is still in beta and there are few bugs.
Just go to the link and it'll ask for your name, enter your name and ask your friend to go to the same link and repeat the same steps and now you both can talk to each other on Anonymous chat. ENJOY!!!
NOTE: Chat.EXE's backend is hosted on free tier of render web services hence it may not work all the time. Although it works fine on the localhost, so in order to try it on local machine follow the following steps
- Pre req: Node.js and nodemon(optional)
To sart the app run npm install
inside nodeServer Folder to install the dependencies and then run nodemon index.js
and open the index.html and you are good to go.