Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 373 Bytes

create docker image from user script + websocket-pubsub

fastapi + websocket + pub/sub redis

Create the requirements.txt file: pip freeze > requirements.txt

Run server: uvicorn app.main:app --port 9000
Run server in dev mode: uvicorn app.main:app --port 9000 --reload

redis_client = redis.Redis(host='localhost', port=6379, db=5)

move redis conf to envs