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.
- Microsoft Windows(vs2019+cmake)
- GNU/Linux
- Apple macOS
- iOS
- Android
- FreeBSD
more platforms will be test.
See examples for complete usage examples with client (under MPL 2.0).