asio
IO library
An asynchronous I/O library for C++ that provides an API for writing efficient, non-blocking network and file code.
Asio C++ Library
5k stars
231 watching
1k forks
Language: C++
last commit: about 2 months ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
chriskohlhoff/executors | A C++14 library providing executors and related functionality for asynchronous operations | 495 |
boostorg/beast | A C++ library providing a low-level networking framework with support for HTTP/1, WebSocket, and TLS. | 4,392 |
kassane/asio | A C++ library providing an asynchronous I/O framework for building networked applications. | 7 |
boostorg/asio | A C++ library that provides a high-performance, concurrent, and scalable framework for I/O operations | 1,260 |
mfichman/coro | A modern C++ library providing an async socket I/O implementation with SSL support | 50 |
karastojko/mailio | A C++ library for handling email protocols such as SMTP, POP3, and IMAP. | 392 |
cppfastio/fast_io | A C++20 input/output library designed to provide fast and efficient I/O operations. | 689 |
kassane/beast | A C++ networking library providing low-level HTTP/1, WebSocket, and networking protocol types and algorithms. | 1 |
nekipelov/redisclient | A Boost.asio-based Redis-client library for C++ | 321 |
stiffstream/restinio | A C++ library for building efficient, customizable asynchronous HTTP/WS servers with TLS support and websocket capabilities. | 1,169 |
chronoxor/cppserver | An ultra fast and low latency asynchronous socket server & client C++ library with support for multiple protocols. | 1,446 |
pagghiu/sanecpplibraries | A set of C++ platform abstraction libraries providing a consistent API across macOS, Windows, and Linux. | 526 |
christianpanov/lwlog | A fast and efficient C++ logging library designed with high performance and maintainability in mind. | 230 |
pocoproject/poco | A collection of C++ class libraries providing solutions to frequently encountered problems in internet-age network-centric applications | 8,503 |
ruifig/czspas | A minimalistic socket library with an Asio-like API for handling TCP connections asynchronously. | 26 |