Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 506 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 506 Bytes

CWebSocket

CWebSocket is a websocket library for Windows.

It wraps existing support for websockets provided by WinHttp on Windows 8 and above with an object oriented interface that is easy to use.

It supports sending and receiving binary and UTF8 messages, graceful closing of websockets, secure websockets, and is safe for concurrent access form multiple threads.

For simple examples illustrating basic usage, see the Examples directory.

For documentation, please refer to pertinent .h files.