An open API service indexing awesome lists of open source software.

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

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
```