https://github.com/salmandabbakuti/websocket-chat-app
Chatroom example with websockets
https://github.com/salmandabbakuti/websocket-chat-app
chat-application chatroom nodejs-server websocket-chat websocket-server websockets
Last synced: 24 days ago
JSON representation
Chatroom example with websockets
- Host: GitHub
- URL: https://github.com/salmandabbakuti/websocket-chat-app
- Owner: Salmandabbakuti
- License: mit
- Created: 2022-10-31T07:30:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T15:07:05.000Z (over 3 years ago)
- Last Synced: 2025-02-22T22:41:17.897Z (over 1 year ago)
- Topics: chat-application, chatroom, nodejs-server, websocket-chat, websocket-server, websockets
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# websockets-chat-example
Chatroom example with websockets
#### Steps:
```
npm i
npm run dev
```
> Open `http://localhost:4000` in two different tabs and start chatting!
#### Demo:
