jimmy0766 / CWebSocket

A websocket library for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A websocket library for Windows.

License:MIT License


Languages

Language:C++ 100.0%