An anonymous chat client built using Node.js and Socket.io
Required Node Modules - express, socket.io and nodemon(extra).
- Install the mentioned modules using npm and save them as dependecies to the JSON file.
- Open terminal from the main direcotry containing the code and type
node index.js
- Now open preferred browser and type localhost:4000 to start the chat client.