File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,9 @@ The client_springboot.py is set up to work against https://github.com/benwilcock
9090 - [X] Authentication
9191- [ ] Transports
9292 - [X] TCP
93- - [X] Websocket
93+ - [X] Websocket (WS, WSS) - Quart and aiohttp integration
9494 - [X] QUIC
95+ - [X] HTTP/3
9596 - [ ] HTTP/2
9697 - [ ] Aeron
9798- [X] RxPy Integration
@@ -100,6 +101,8 @@ The client_springboot.py is set up to work against https://github.com/benwilcock
100101 - [X] Channel Requester stream
101102 - [X] Response
102103- [ ] Other
103- - [ ] Error handling all scenarios in the protocol spec
104104 - [X] Reconnect
105105 - [X] Load balancing
106+ - [X] Server routing definition helper (Flask like syntax)
107+ - [X] Reactivex integration (v3, v4) server/client side
108+ - [X] Command line interface
You can’t perform that action at this time.
0 commit comments