https://github.com/bbb1991/simple-chat
Simple chat server
https://github.com/bbb1991/simple-chat
express flask npm python3 yarn
Last synced: 3 months ago
JSON representation
Simple chat server
- Host: GitHub
- URL: https://github.com/bbb1991/simple-chat
- Owner: bbb1991
- Created: 2017-08-27T15:20:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T21:05:46.000Z (over 8 years ago)
- Last Synced: 2025-02-23T01:44:58.998Z (over 1 year 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