An open API service indexing awesome lists of open source software.

https://github.com/droiddevgeeks/anonymouschat

Socket.io tutorial for chatting application.
https://github.com/droiddevgeeks/anonymouschat

chat-application expressjs node-module nodejs nodemon npm socket-io

Last synced: about 2 months ago
JSON representation

Socket.io tutorial for chatting application.

Awesome Lists containing this project

README

          

#Chat_With_Socket.io
Socket.io tutorial for chatting application.

#Node Modules : Socket.io , express , nodemon, pm2
1. Clone git repo
2. npm install with download all required node modules
3. npm start ( or nodemon app.js or node app.js)

App.js is will act as server file and index.html will work as client.

#How to test:

After running server
1. open localhost:3000/ in two diffrent tabs or two different browsers
2. enter your name and start chat with annonymous person

Anyone can join chat but will not able to see previous messages

#How to chat with friend:
1. Use same wifi network or use hotspot of your friend
2. find IP_ADDRESS of system where server is running
3. now IP_ADDRESS:3000/ will start chat window