https://github.com/tobbie/nodejs-chat-app
real-time nodejs chat app with socket.io
https://github.com/tobbie/nodejs-chat-app
chat chatroom css html5 javescript nodejs socket-io
Last synced: 3 months ago
JSON representation
real-time nodejs chat app with socket.io
- Host: GitHub
- URL: https://github.com/tobbie/nodejs-chat-app
- Owner: tobbie
- License: mit
- Created: 2020-06-20T18:00:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T23:21:42.000Z (3 months ago)
- Last Synced: 2025-04-10T00:27:01.161Z (3 months ago)
- Topics: chat, chatroom, css, html5, javescript, nodejs, socket-io
- Language: JavaScript
- Homepage: https://github.com/tobbie/nodejs-chat-app
- Size: 33.6 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://hits.seeyoufarm.com)
# real-time nodejs chat app built with socket.io
## to get started:
1. npm install
2. npm install nodemon --save-dev
3. npm run dev
4. open about 2/3 brower tabs, then navigate to localhost:3000 in every tab
5. enter username and room number (integer)
5. go ahead and chat away :)
6. you can group users in chat rooms### what it looks like : join
### what it looks like : chatroom
### to contribute
- please read the guideline [here](https://github.com/tobbie/nodejs-chat-app/blob/develop/CONTRIBUTING.md)