userver VS htcpp

Compare userver vs htcpp and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
userver htcpp
4 4
2,194 10
1.9% -
9.9 5.5
2 days ago 12 months ago
C++ C++
Apache License 2.0 -
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.

userver

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

htcpp

Posts with mentions or reviews of htcpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-12.
  • Caddy is the first and only web server to use HTTPS automatically and by default
    4 projects | news.ycombinator.com | 12 Sep 2023
    I'm always a bit bothered by them saying they are the "only" web server that can do this. First you can also just configure it in a way where it will not use HTTPS (e.g. if you provide an IP:port instead of a hostname). And if you do require specific configuration to enable HTTPS and automatically get certificates via ACME, then lots of other web servers can do this too. Even my own web server can do it: https://github.com/pfirsich/htcpp (see https://github.com/pfirsich/htcpp/blob/main/configs/acme.jom... for an admittedly much more complicated config).
  • Introducing co-uring-http, an HTTP server built on C++ 20 coroutines and `io_uring`
    3 projects | /r/cpp | 1 May 2023
    Cool stuff! I am currently converting my io_uring based HTTP server (https://github.com/pfirsich/htcpp) to using coroutines as well, so this is cool to see. (WIP library here: https://github.com/pfirsich/aiopp)
  • http sever testing tool
    1 project | /r/cpp | 16 Nov 2022
    I recently built an HTTP(S) server myself (https://github.com/pfirsich/htcpp) and did not find something like you are looking for. If you also don't find anything (but please link it if you do!), consider just running your server on a publicly accessible VM and listening on port 80 and you will be bombarded by various people trying to break in. Most of it will be useless, like checks for unprotected phpMyAdmin and stuff like that, but I did find a few bugs that way. I even found some TLS issues (of course listen on 443 instead).
  • Who is using C++ for web development?
    12 projects | /r/cpp | 4 Oct 2022
    I am serving static HTML from a web server, which I have built myself using C++: https://github.com/pfirsich/htcpp. I am not sure if that even counts, but I'm kind of proud of it. And I use it to serve my personal website: https://theshoemaker.de.

What are some alternatives?

When comparing userver and htcpp you can also consider the following projects:

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

Wt - Wt, C++ Web Toolkit

microservices-framework-benchmark - Raw benchmarks on throughput, latency and transfer of Hello World on popular microservices frameworks

TreeFrog Framework - TreeFrog Framework : High-speed C++ MVC Framework for Web Application

libpqxx - The official C++ client API for PostgreSQL.

bittyhttp - A threaded HTTP library for building REST services in C.

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

co-uring-http - High performance HTTP server built on C++20 coroutines and io_uring

hook - Open source (free to use) high-performance network communications library including Http server/client support. Header only and designed using the latest C++ standards to provide for a full featured and modern API. Supporting for a wide range of platforms (including embedded, IoT & MCUs).

aiopp - Asynchronous IO for C++20

Firefly - Firefly is an asynchronous web framework for rapid development of high-performance web application.

emsdk - Emscripten SDK