Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 549 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 549 Bytes

wsServer

wsServer - a very tiny WebSocket server library written in C adopted to work in AOSP build system

Library

wsServer is a tiny, lightweight WebSocket server library written in C that intends to be easy to use, fast, hackable, and compliant to the RFC 6455.

The main features are:

  • Send/Receive Text and Binary messages
  • PING/PONG frames
  • Opening/Closing handshakes
  • Event based (onmessage, onopen, onclose)
  • Portability: Works fine on Windows, Linux (Android included), macOS and FreeBSD