Skip to content

Releases: lhmouse/poseidon

WebSocket feature complete

16 Jul 11:26
Compare
Choose a tag to compare
Pre-release

This announces the completion of WebSocket support. There is a tiny echo server example; more can be found in the same directory.

  1. Easy_WS_Server and Easy_WS_Client work over TCP.
  2. Easy_WSS_Server and Easy_WSS_Client work over TLS over TCP.
  3. Per-message deflate is supported and enabled by default. Tested with Opera.