-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Gil Maimon edited this page Mar 25, 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
- Supports Client-Side Websokcets over SSL/TLS
If you want to know more about The Websockets Protocol, you can check this Wiki page about it: What are Websockets
Next: Getting Started
Written by Gil Maimon @ 2019