Open QGB opened 1 year ago
...and what?
would you like show me sub-protocols ws client code example?
So, https://github.com/Vovaman/example_async_websocket#wss-protocol contains example for wss...
WebSocket Sub-Protocols
is not WSS (WebSocket Secure)
Sub-Protocols does not depend on HTTPS
So, you may define your own ws-subprotocol and use it over ws. This project realize base ws-packet interchange.
any plan?