Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T23:14:09.000Z (10 months ago)
- Last Synced: 2024-04-13T18:02:50.630Z (10 months ago)
- Topics: chat, chatroom, css, html5, javescript, nodejs, socket-io
- Language: JavaScript
- Homepage: https://github.com/tobbie/nodejs-chat-app
- Size: 6.09 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
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Ftobbie%2Fnodejs-chat-app&count_bg=%2379C83D&title_bg=%23131111&icon=&icon_color=%23E7E7E7&title=views&edge_flat=false)](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)