What is the best option to do networking in c++?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • liburing4cpp

    Modern C++ binding for liburing (io_uring) that features C++ coroutines support

  • liburing4cpp Is the cool new kid on the block in asynchronous c++ on linux. It uses io_uring which is really good. But ... no sockets I think?

  • io

    Coroutine based asynchronous IO using poll and io_uring for C++20 (by Felspar)

  • If you want to try something that is designed around coroutines and io_uring on Linux you can look at https://github.com/Felspar/io

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • POCO

    The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.

  • You can also look into Poco https://pocoproject.org/

  • Stroika

    Modern C++ made easy

  • I suggest looking at - an open-source project of mine.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is C/C++ good for the backend? If so, is there anything like Fastapi in C/C++?

    2 projects | /r/webdev | 9 Nov 2022
  • HTTP LISTENER C++

    1 project | /r/cpp | 6 Nov 2022
  • Do someone use CLion under Windows with good performance?

    1 project | /r/clion | 3 Oct 2022
  • Why am I not able to make https get requests using Poco::Net?

    1 project | /r/cpp_questions | 2 Jul 2022
  • Higher level threading in C++

    1 project | dev.to | 29 Apr 2021