Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rdeak/fastapi-websocket

Example websocket API implementation with FastAPI
https://github.com/rdeak/fastapi-websocket

Last synced: about 1 month ago
JSON representation

Example websocket API implementation with FastAPI

Awesome Lists containing this project

README

        

# fastapi-websocket
Example websocket API implementation with FastAPI

Project uses [Poetry](https://python-poetry.org/)

## Installation

```bash
poetry shell
poetry install
```

## Usage

```bash
poetry shell
poetry run start
```

## License

This project is licensed under the terms of the MIT license.