@@ -12,19 +12,22 @@ pip install rsocket
1212
1313You may also install using some ** extras** :
1414
15- | Extra | Functionality | Documentation |
16- | -------------| ---------------------------------------------------------------------------------------| ---------------------------------------------------------------------|
17- | rx | ReactiveX (v3) integration | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/tutorial/reactivex ) |
18- | reactivex | ReactiveX (v4) integration | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/tutorial/reactivex ) |
19- | aiohttp | Websocket transport (server/client) | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/tutorial/websocket ) |
20- | quart | Websocket transport (server only) | |
21- | channels | Websocket transport (server only) using channels (django) | |
22- | quic | [ QUIC] ( https://github.com/aiortc/aioquic ) transport | |
23- | websockets | [ Websockets] ( https://github.com/python-websockets/websockets ) transport (server only) | |
24- | cli | Command line | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/cli ) |
25- | optimized | Frame parse/serialize optimizations | |
26- | cloudevents | CloudEvents integration | |
27- | graphql | GraphQL integration | |
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+ | channels | Websocket transport (server only) using channels (django) | |
21+ | quart | [ Quart] ( https://pgjones.gitlab.io/quart/ ) Websocket transport (server only) | |
22+ | quic | [ QUIC] ( https://github.com/aiortc/aioquic ) transport | |
23+ | websockets | [ Websockets] ( https://github.com/python-websockets/websockets ) transport (server only) | |
24+ | asyncwebsockets | [ Websockets] ( https://github.com/Fuyukai/asyncwebsockets ) transport (client only) | |
25+ | cli | Command line | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/cli ) |
26+ | optimized | Frame parse/serialize optimizations | |
27+ | cloudevents | [ CloudEvents] ( https://cloudevents.io/ ) integration | |
28+ | graphql | [ GraphQL] ( https://graphql.org/ ) integration | [ Tutorial] ( https://rsocket.io/guides/rsocket-py/graphql ) |
29+
30+ For example:
2831
2932``` shell
3033pip install rsocket[reactivex]
0 commit comments