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

GitHub

5k stars
231 watching
1k forks
Language: C++
last commit: 16 days ago
Linked from 4 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
chriskohlhoff/executors A C++14 library providing executors and related functionality for asynchronous operations 492
boostorg/beast A C++ library providing a low-level networking framework with support for HTTP/1, WebSocket, and TLS. 4,372
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,245
mfichman/coro A modern C++ library providing an async socket I/O implementation with SSL support 50
karastojko/mailio A C++ library for sending and receiving email using MIME and protocols like SMTP, POP3, and IMAP 382
cppfastio/fast_io A C++20 input/output library designed to provide fast and efficient I/O operations. 657
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,162
chronoxor/cppserver An ultra fast and low latency asynchronous socket server & client C++ library with support for multiple protocols. 1,429
pagghiu/sanecpplibraries A set of C++ libraries providing platform abstraction and utility functions for asynchronous I/O, networking, file systems, and other core system operations. 520
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 network-centric applications. 8,434
ruifig/czspas A minimalistic socket library with an Asio-like API for handling TCP connections asynchronously. 26