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**:
17
17
| rx | ReactiveX ([ v3] ( https://pypi.org/project/Rx/ ) ) integration | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/tutorial/reactivex ) |
18
18
| reactivex | [ ReactiveX] ( https://reactivex.io/ ) ([ v4] ( https://pypi.org/project/reactivex/ ) ) integration | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/tutorial/reactivex ) |
19
19
| 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) | |
20
21
| quart | [ Quart] ( https://pgjones.gitlab.io/quart/ ) Websocket transport (server only) | |
21
22
| quic | [ QUIC] ( https://github.com/aiortc/aioquic ) transport | |
22
23
| 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).
74
75
| | ServerWithFragmentation | client_with_routing.py | |
75
76
| server_quart_websocket.py | | client_websocket.py | |
76
77
| server_aiohttp_websocket.py | | client_websocket.py | |
78
+ | server_fastapi_websocket.py | | client_websocket.py | |
77
79
| server_graphql.py | ServerWithGraphQL | client_graphql.py | |
78
80
79
81
# Build Status
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ quart = quart>=0.15.0
56
56
quic = aioquic>=0.9.0
57
57
cli = asyncclick>=8.0.0
58
58
optimized = cbitstruct>=1.1.0
59
+ fastapi = fastapi>=0.115.0
59
60
cloudevents =
60
61
cloudevents>=1.9.0
61
62
pydantic>=1.10.0
You can’t perform that action at this time.
0 commit comments