Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbb1991/simple-chat
Simple chat server
https://github.com/bbb1991/simple-chat
express flask npm python3 yarn
Last synced: 8 days ago
JSON representation
Simple chat server
- Host: GitHub
- URL: https://github.com/bbb1991/simple-chat
- Owner: bbb1991
- Created: 2017-08-27T15:20:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T21:05:46.000Z (about 7 years ago)
- Last Synced: 2024-11-09T10:47:29.939Z (2 months ago)
- Topics: express, flask, npm, python3, yarn
- Language: Python
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Frontend
### How to run it
```
docker build -t frontend .
docker run --rm -d -p 3000:3000 frontend
```### Used technologies
* JavaScript
* Express
* Node.js
* yarn/npm
* socket.io## Backend
### How to run it
```
docker build -t backend .
docker run --rm -d -p 5000:5000 backend
```### Used technologies
* python3
* flask
* socket.io