beast
Networking library
A C++ networking library providing low-level HTTP/1, WebSocket, and networking protocol types and algorithms.
HTTP and WebSocket built on Boost.Asio in C++11 (uses zig build)
1 stars
0 watching
0 forks
Language: C++
last commit: 4 months ago
Linked from 1 awesome list
asioboost-librarycpluspluscppnetwork-librarywebsocketszig-package
Related projects:
Repository | Description | Stars |
---|---|---|
kassane/asio | A C++ library providing an asynchronous I/O framework for building networked applications. | 7 |
kassane/standalone-server | A C++ HTTP/S Server with asynchronous request handling and platform independence | 3 |
kassane/wolfssl | An embedded SSL/TLS library for resource-constrained environments | 5 |
kassane/unordered | A collection of hash containers with different standards compliance levels and intended use cases. | 0 |
kassane/json | A lightweight C++ JSON library with intuitive syntax and minimal dependencies | 1 |
kassane/openssl-zig | A TLS/SSL and crypto library implemented in C using Zig | 12 |
kassane/context | A C++ library for cooperative multitasking and execution control on a single thread. | 0 |
kassane/range-v3 | A library that extends C++'s Standard Template Library with composable range abstractions for more powerful and flexible iteration | 0 |
kassane/hana | A standard library for metaprogramming in C++ | 1 |
kassane/intrusive | A C++ library implementing intrusive containers to improve performance and exception safety in software applications | 0 |
ikskuh/zig-network | A cross-platform networking library with a minimal API surface | 484 |
bkaradzic/bnet | A C++ library for message-oriented networking using TCP transport. | 142 |
ruifig/czspas | A minimalistic socket library with an Asio-like API for handling TCP connections asynchronously. | 26 |
whizzter/net11 | A lightweight C++ networking library providing async TCP, HTTP, and WebSocket support | 10 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |