Skip to content

Commit 008a2b4

Browse files
author
gabi
committed
updated example documentation
1 parent d22f5e1 commit 008a2b4

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ pip install rsocket
1111
```
1212

1313
or install any of the extras:
14-
* rx
15-
* aiohttp
16-
* quart
17-
* uic
14+
15+
* rx
16+
* aiohttp
17+
* quart
18+
* uic
1819

1920
Example:
21+
2022
```shell
2123
pip install --pre rsocket[rx]
2224
```
@@ -47,17 +49,18 @@ The **examples/test_examples.py** shows which pairs of client/server work with e
4749
all the examples
4850
(except for the client_springboot.py which is set up to work against https://github.com/benwilcock/spring-rsocket-demo)
4951

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 | |
6164

6265
# Build Status
6366

0 commit comments

Comments
 (0)