Go to file
2024-03-29 19:57:11 +01:00
static add static socket.io.js 2024-03-06 19:03:13 +01:00
tests AHHH escape 2024-03-06 20:41:45 +01:00
Website fixed somthing I hope 2024-03-29 19:57:11 +01:00
.gitignore add static socket.io.js 2024-03-06 19:03:13 +01:00
main.py main wurde gesäubert 2024-02-22 00:19:59 +01:00
README Updated README 2024-02-22 00:04:59 +01:00
requirements.txt requirements 2023-09-20 20:06:49 +02:00

How to get started:
    create venv:
        python -m venv venv
    start venv:
        source venv/bin/activate
    install requiremens:
        pip install -r requirements.txt
    start the program:
        venv/bin/gunicorn -b "127.0.0.1:5000" -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 main:app
    You can now accses the Website on http://127.0.0.1:5000