Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anistark/discuter
- Owner: anistark
- License: mit
- Created: 2016-12-13T18:24:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T18:44:37.000Z (about 8 years ago)
- Last Synced: 2024-10-25T15:39:37.225Z (3 months ago)
- Topics: backend, chat, chat-application, nodejs, socket-io
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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