Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rdeak/fastapi-websocket
- Owner: rdeak
- License: mit
- Created: 2024-01-31T06:42:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T08:37:02.000Z (11 months ago)
- Last Synced: 2024-02-05T09:55:15.657Z (11 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastapi-websocket
Example websocket API implementation with FastAPIProject 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.