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: 3 months ago
JSON representation

Simple chat server

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