Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 206 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 206 Bytes

Simple FastAPI chat

With multi-nodes support

Prerequisites

$ pip install -r requirements.txt $ docker run -d --hostname my-rabbit --name some-rabbit rabbitmq:3

Run

$ uvicorn app:app