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

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. 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?

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. 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

  4. 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/

  5. 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

  • Poco C++ Libraries: Build High-Performance Cross-Platform Apps for IoT and More

    1 project | news.ycombinator.com | 28 Aug 2024
  • 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

Did you know that C++ is
the 7th most popular programming language
based on number of references?