Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 311 Bytes

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.