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.
- Host: GitHub
- URL: https://github.com/droiddevgeeks/anonymouschat
- Owner: droiddevgeeks
- License: mit
- Created: 2018-07-03T13:31:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T15:26:10.000Z (almost 8 years ago)
- Last Synced: 2026-04-11T13:35:02.834Z (about 2 months ago)
- Topics: chat-application, expressjs, node-module, nodejs, nodemon, npm, socket-io
- Language: HTML
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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