/websockets

Websockets client C++ headers

Primary LanguageC++MIT LicenseMIT

websockets.h

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.