@@ -11,12 +11,14 @@ pip install rsocket
11
11
```
12
12
13
13
or install any of the extras:
14
- * rx
15
- * aiohttp
16
- * quart
17
- * uic
14
+
15
+ * rx
16
+ * aiohttp
17
+ * quart
18
+ * uic
18
19
19
20
Example:
21
+
20
22
``` shell
21
23
pip install --pre rsocket[rx]
22
24
```
@@ -47,17 +49,18 @@ The **examples/test_examples.py** shows which pairs of client/server work with e
47
49
all the examples
48
50
(except for the client_springboot.py which is set up to work against https://github.com/benwilcock/spring-rsocket-demo )
49
51
50
- | server (python) | server (java) | client (python) | client(java) |
51
- | -----------------------------| ---------------| ------------------------------------| -----------------|
52
- | server.py | | client.py | |
53
- | server_quic.py | | client_quic.py | |
54
- | server_with_lease.py | | | ClientWithLease |
55
- | server_with_routing.py | | client_with_routing.py | Client |
56
- | server_with_routing.py | | client_rx.py | |
57
- | server_with_routing.py | | client_reconnect.py | |
58
- | | Server | run_against_example_java_server.py | |
59
- | server_quart_websocket.py | | client_websocket.py | |
60
- | server_aiohttp_websocket.py | | client_websocket.py | |
52
+ | server (python) | server (java) | client (python) | client(java) |
53
+ | -----------------------------| -------------------------| ------------------------------------| -----------------|
54
+ | server.py | | client.py | |
55
+ | server_quic.py | | client_quic.py | |
56
+ | server_with_lease.py | | | ClientWithLease |
57
+ | server_with_routing.py | | client_with_routing.py | Client |
58
+ | server_with_routing.py | | client_rx.py | |
59
+ | server_with_routing.py | | client_reconnect.py | |
60
+ | | Server | run_against_example_java_server.py | |
61
+ | | ServerWithFragmentation | client_with_routing.py | |
62
+ | server_quart_websocket.py | | client_websocket.py | |
63
+ | server_aiohttp_websocket.py | | client_websocket.py | |
61
64
62
65
# Build Status
63
66
0 commit comments