An open API service indexing awesome lists of open source software.

https://github.com/blacksmithop/fastapi-websocket-chat

A chatroom powered by FastAPI and Websockets
https://github.com/blacksmithop/fastapi-websocket-chat

Last synced: about 1 year ago
JSON representation

A chatroom powered by FastAPI and Websockets

Awesome Lists containing this project

README

          

# Running the project

```bash
python3 -m pip install -r requriements.txt
```

```bash
uvicorn server:app --reload
```