File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ quart = quart>=0.15.0
5656quic = aioquic>=0.9.0
5757cli = asyncclick>=8.0.0
5858optimized = cbitstruct>=1.1.0
59+ fastapi = fastapi>=0.115.0
5960cloudevents =
6061 cloudevents>=1.9.0
6162 pydantic>=1.10.0
You can’t perform that action at this time.
0 commit comments