net11
networking library
A lightweight C++ networking library providing async TCP, HTTP, and WebSocket support
Simple embeddable C++11 async tcp,http and websocket serving.
10 stars
3 watching
2 forks
Language: C++
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tatsuhiro-t/wslay | A C library implementing the WebSocket protocol for efficient data transfer over web connections. | 608 |
machinezone/ixwebsocket | A lightweight C++ library for building WebSocket clients and servers with TLS support. | 551 |
itkindaworks/esphelper | A library to simplify network and MQTT connection management for ESP32/ESP8266 boards. | 327 |
kassane/beast | A C++ networking library providing low-level HTTP/1, WebSocket, and networking protocol types and algorithms. | 1 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
wiznet/iolibrary_driver | A library that provides a set of socket APIs and internet applications for various network chips | 614 |
cjhdev/wic | A C implementation of the WebSocket protocol designed for embedded systems. | 70 |
krohling/arduinowebsocketclient | A Websocket client library for Arduino that enables communication with web services over Websockets | 227 |
truemedian/wz | A high-performance WebSocket 1.3 library in Zig. | 38 |
code-sharp/wampsharp | A C# implementation of the Web Application Messaging Protocol | 386 |
links2004/arduinowebsockets | A WebSocket library for Arduino that provides a client and server implementation of the WebSocket protocol. | 1,898 |
treeform/ws | A WebSocket library for building real-time communication between clients and servers. | 254 |
hivesolutions/netius | A Python network library for building fast and non-blocking servers and clients | 118 |
holywyvern/love-ws | A library for creating WebSocket clients and servers in C++ using the love framework. | 24 |
amcewen/httpclient | Provides an Arduino library to interact with web servers using a standardized client class | 326 |