Skip to content

Commit dc57456

Browse files
committed
readme update
1 parent f3ccf3a commit dc57456

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ You may also install using some **extras**:
1717
| rx | ReactiveX ([v3](https://pypi.org/project/Rx/)) integration | [Tutorial](https://rsocket.io/guides/rsocket-py/tutorial/reactivex) |
1818
| reactivex | [ReactiveX](https://reactivex.io/) ([v4](https://pypi.org/project/reactivex/)) integration | [Tutorial](https://rsocket.io/guides/rsocket-py/tutorial/reactivex) |
1919
| aiohttp | [aiohttp](https://docs.aiohttp.org/en/stable/) Websocket transport (server/client) | [Tutorial](https://rsocket.io/guides/rsocket-py/tutorial/websocket) |
20+
| fastapi | [fastapi](https://github.com/fastapi/fastapi) Websocket transport (server/client) | |
2021
| quart | [Quart](https://pgjones.gitlab.io/quart/) Websocket transport (server only) | |
2122
| quic | [QUIC](https://github.com/aiortc/aioquic) transport | |
2223
| websockets | [Websockets](https://github.com/python-websockets/websockets) transport (server only) | |
@@ -74,6 +75,7 @@ the [Spring RSocket demo](https://github.com/benwilcock/spring-rsocket-demo).
7475
| | ServerWithFragmentation | client_with_routing.py | |
7576
| server_quart_websocket.py | | client_websocket.py | |
7677
| server_aiohttp_websocket.py | | client_websocket.py | |
78+
| server_fastapi_websocket.py | | client_websocket.py | |
7779
| server_graphql.py | ServerWithGraphQL | client_graphql.py | |
7880

7981
# Build Status

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ quart = quart>=0.15.0
5656
quic = aioquic>=0.9.0
5757
cli = asyncclick>=8.0.0
5858
optimized = cbitstruct>=1.1.0
59+
fastapi = fastapi>=0.115.0
5960
cloudevents =
6061
cloudevents>=1.9.0
6162
pydantic>=1.10.0

0 commit comments

Comments
 (0)