@@ -12,18 +12,19 @@ pip install rsocket
1212
1313You may also install using some ** extras** :
1414
15- | Extra | Functionality | Documentation |
16- | -------------| --------------------------------------------------------------------------------------------| ---------------------------------------------------------------------|
17- | rx | ReactiveX ([ v3] ( https://pypi.org/project/Rx/ ) ) integration | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/tutorial/reactivex ) |
18- | reactivex | [ ReactiveX] ( https://reactivex.io/ ) ([ v4] ( https://pypi.org/project/reactivex/ ) ) integration | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/tutorial/reactivex ) |
19- | aiohttp | [ aiohttp] ( https://docs.aiohttp.org/en/stable/ ) Websocket transport (server/client) | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/tutorial/websocket ) |
20- | quart | [ Quart] ( https://pgjones.gitlab.io/quart/ ) Websocket transport (server only) | |
21- | quic | [ QUIC] ( https://github.com/aiortc/aioquic ) transport | |
22- | websockets | [ Websockets] ( https://github.com/python-websockets/websockets ) transport (server only) | |
23- | cli | Command line | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/cli ) |
24- | optimized | Frame parse/serialize optimizations | |
25- | cloudevents | [ CloudEvents] ( https://cloudevents.io/ ) integration | |
26- | graphql | [ GraphQL] ( https://graphql.org/ ) integration | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/graphql ) |
15+ | Extra | Functionality | Documentation |
16+ | -----------------| --------------------------------------------------------------------------------------------| ---------------------------------------------------------------------|
17+ | rx | ReactiveX ([ v3] ( https://pypi.org/project/Rx/ ) ) integration | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/tutorial/reactivex ) |
18+ | reactivex | [ ReactiveX] ( https://reactivex.io/ ) ([ v4] ( https://pypi.org/project/reactivex/ ) ) integration | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/tutorial/reactivex ) |
19+ | aiohttp | [ aiohttp] ( https://docs.aiohttp.org/en/stable/ ) Websocket transport (server/client) | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/tutorial/websocket ) |
20+ | quart | [ Quart] ( https://pgjones.gitlab.io/quart/ ) Websocket transport (server only) | |
21+ | quic | [ QUIC] ( https://github.com/aiortc/aioquic ) transport | |
22+ | websockets | [ Websockets] ( https://github.com/python-websockets/websockets ) transport (server only) | |
23+ | asyncwebsockets | [ Websockets] ( https://github.com/Fuyukai/asyncwebsockets ) transport (client only) | |
24+ | cli | Command line | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/cli ) |
25+ | optimized | Frame parse/serialize optimizations | |
26+ | cloudevents | [ CloudEvents] ( https://cloudevents.io/ ) integration | |
27+ | graphql | [ GraphQL] ( https://graphql.org/ ) integration | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/graphql ) |
2728
2829For example:
2930
0 commit comments