Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anistark/discuter

A chat application backend
https://github.com/anistark/discuter

backend chat chat-application nodejs socket-io

Last synced: about 1 month ago
JSON representation

A chat application backend

Awesome Lists containing this project

README

        

# Discuter

A chat application backend

## Tech Used :

- NodeJs
- Express
- SocketIo

## Setup

```
npm install
```

## Run

```
npm start
```

### If you have nodemon :

```
nodemon
```

#### Under Development