https://github.com/belchenkov/chat_chord_node
Build a chat app using Node, express & websockets
https://github.com/belchenkov/chat_chord_node
expressjs momentjs nodejs nodemon socket-io websockets
Last synced: 3 months ago
JSON representation
Build a chat app using Node, express & websockets
- Host: GitHub
- URL: https://github.com/belchenkov/chat_chord_node
- Owner: Belchenkov
- Created: 2020-05-10T09:36:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T19:17:28.000Z (over 3 years ago)
- Last Synced: 2025-09-07T15:43:16.264Z (10 months ago)
- Topics: expressjs, momentjs, nodejs, nodemon, socket-io, websockets
- Language: JavaScript
- Homepage: http://193.187.174.213:3003/
- Size: 311 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Chat Cord
> Build a chat app using Node, express & websockets
### [Demo](http://193.187.174.213:3003)
### Get Started
```bh
git clone
```
```bh
npm install
```
```bh
npm start
```
```bh
open localhost:3000
```