Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1012 Bytes

File metadata and controls

31 lines (19 loc) · 1012 Bytes

websocket-client

websocket-client is a standalone implementation of WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, FreeBSD, Apple macOS and iOS) and Microsoft Windows.

It is a subset of libdatachannel.

It is very easy to integrate using source code.

Support Platforms

  • Microsoft Windows(vs2019+cmake)
  • GNU/Linux
  • Apple macOS
  • iOS
  • Android
  • FreeBSD

more platforms will be test.

Dependencies

Examples

See examples for complete usage examples with client (under MPL 2.0).

Thanks