pony-websocket
pony-websocket copied to clipboard
Expose tcp connection notify for usage with already open TCP connections
The main use case is to have another piece of code do the initial handshake and use this libary only for the websocket frame handling. Example can be seen here: https://github.com/ponylang/http_server/pull/75
Happy to clean this up and remove the version bump. Just wanted to put this up here for discussion.