Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 month 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
```