Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources and to provide fast throughput in both directions.
Libwebsocket is a lightweight pure c library built to use minimal CPU and memory resources and to provide fast throughput in both directions. It provides server and client APIs for v13 websocket protocol, along with http/https serving. It can be configured to use openssl or CyaSSL
to provide fully encrypted client and server links including client certificate support.
Architectural features like zero-copy for payload data and FSM-based protocol parsers make it ideal for realtime operation on resource-constrained devices. Moreover, its valgrind-clean, reliable and robust. It's licensed under LGPL2 +.
You should use this tag if your question is related with Libwebsocket library or its APIs.