https://github.com/mcejp/sim_web_ui
awful code, do not use
https://github.com/mcejp/sim_web_ui
Last synced: over 1 year ago
JSON representation
awful code, do not use
- Host: GitHub
- URL: https://github.com/mcejp/sim_web_ui
- Owner: mcejp
- Created: 2021-05-24T12:37:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T15:46:58.000Z (almost 5 years ago)
- Last Synced: 2025-03-09T01:29:41.049Z (over 1 year ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run:
```shell
podman run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management
python3 -m virtualenv venv
. venv/bin/activate.fish
pip3 install "flask<2.0" flask-sockets gevent pika
python3 app.py
```