Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeeshantamboli/node-chat-app

A real-time chat app using socket.io.
https://github.com/zeeshantamboli/node-chat-app

Last synced: about 1 month ago
JSON representation

A real-time chat app using socket.io.

Awesome Lists containing this project

README

        

# Node-Chat-App
A real-time chat app using socket.io.

# Usage

### To install dependencies run -
```bash
npm install
```

### To start the application -
```bash
npm start
```