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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T18:44:37.000Z (over 9 years ago)
- Last Synced: 2026-03-29T21:08:01.841Z (3 months ago)
- Topics: backend, chat, chat-application, nodejs, socket-io
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- 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