You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ implementation of RFC 6455 (The Websocket Protocol).
Status
Work in progress...
Handshake, sending, receiving and parsing frames works so far - so do the higher level methods send_data and receive_data.
Expected to compile on Windows and POSIX.