We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d263c commit b976253Copy full SHA for b976253
README.md
@@ -41,6 +41,7 @@ all the examples
41
| server (python) | server (java) | client (python) | client(java) |
42
|-----------------------------|---------------|------------------------------------|-----------------|
43
| server.py | | client.py | |
44
+| server_quic.py | | client_quic.py | |
45
| server_with_lease.py | | | ClientWithLease |
46
| server_with_routing.py | | client_with_routing.py | Client |
47
| | Server | run_against_example_java_server.py | |
@@ -74,6 +75,7 @@ all the examples
74
75
- [ ] Transports
76
- [X] TCP
77
- [X] Websocket
78
+ - [X] QUIC
79
- [ ] HTTP/2
80
- [ ] Aeron
81
- [X] RxPy Integration
0 commit comments