-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Gil Maimon edited this page Mar 4, 2019
·
4 revisions
Welcome to the TinyWebsockets wiki!
Tiny Websockets
is a minimal websockets implementation in C++. Aimed to provide a simple and slim interface for basic Websockets work. Currently contains a WebsocketsClient
and a WebsocketsServer
.
Key Features:
- Supports RFC-6455 features: Pings, Pongs, Data Messages ect.
- A Modern Callbacks-Based interface and a Blocking (sync) interface.
- Cross Platform, support: Windows, Linux, and Arduino (ESP8266 and ESP32, see ArduinoWebsockets)
- Websockets Client and Server APIs.
- Fully supports Fragmented Messages and streaming
Written by Gil Maimon @ 2019