networking-ts-impl VS Crow

Compare networking-ts-impl vs Crow and see what are their differences.

networking-ts-impl

An implementation of the C++ Networking Technical Specification (by chriskohlhoff)
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
networking-ts-impl Crow
1 35
227 2,792
- 3.4%
10.0 8.1
about 5 years ago 3 days ago
C++ C++
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

networking-ts-impl

Posts with mentions or reviews of networking-ts-impl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-09.
  • Networking TS: first impression and questions;
    4 projects | /r/cpp | 9 Apr 2022
    Hi, I am an experienced C++ programmers, but a beginner by network programming. I plan to develop a C++ network application, so decided to try the Networking TS. I have been trying to figure out how to use it for 3 days, and I am starting to understand things a little. I first tried using the std::experimental::net that comes with gcc in Ubuntu 20.04, but it turned out to be incomplete. In order to make the code work, I had to use this github repository instead: https://github.com/chriskohlhoff/networking-ts-impl. The last commit was 2 years ago. Is it the recommended implementation? I tried to teach myself how to use it by following the boost::asio tutorial. It was a bit difficult because of the differences between the two libraries, but I managed to translate the asio tutorial samples without using any boost library. I was surprised that I had to pass the port number as a string to net::ip::tcp::resolver::resolve. Wouldn't it be much better to use an int override, both in terms of implementation and usage of this function? I really don't like having to convert my port number to a string. Is there a way to do it without the conversion? I also dislike the enable_shared_from_this trick used in the boost::asio examples. It looks like a dirty anti-pattern. I feel it is possible to do things much more cleanly without it. I tried to implement an echo server differently: the server keeps a std::list, and the completion handlers are members of the server class instead of the connection class. They take an iterator to the list as parameter, and can cleanly erase the connection from the list. I feel it is much cleaner and simpler than sending connections from lambda to lambda, and using tricks to let them commit suicide by themselves. Is there any advantage of enable_shared_from_this compared to what I do? The scope of boost::asio is wider than networking, and I am surprised that C++ seems to be restricting it to networking. I understand that standardizing a library is a lot of work, and taking care of networking first should‍ have priority. But why not call it std::asio instead, and leave the possibility to add asynchronous file operation to it later?

Crow

Posts with mentions or reviews of Crow. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-06.

What are some alternatives?

When comparing networking-ts-impl and Crow you can also consider the following projects:

llfio - P1031 low level file i/o and filesystem library for the C++ standard

cpp-httplib - A C++ header-only HTTP/HTTPS server and client library

Oat++ - 🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.

C++ REST SDK - The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.

Boost.Beast - HTTP and WebSocket built on Boost.Asio in C++11

Pistache - A high-performance REST toolkit written in C++

µWebSockets - Simple, secure & standards compliant web server for the most demanding of applications

RESTinio - Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use

lithium - Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium

drogon - Drogon: A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows [Moved to: https://github.com/drogonframework/drogon]

Crow - Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)