htcpp

An HTTP server using liburingpp (by pfirsich)

Htcpp Alternatives

Similar projects and alternatives to htcpp

  1. Caddy

    425 htcpp VS Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. acme.sh

    286 htcpp VS acme.sh

    A pure Unix shell script implementing ACME client protocol

  4. caddy-docker-proxy

    Caddy as a reverse proxy for Docker

  5. emsdk

    43 htcpp VS emsdk

    Emscripten SDK

  6. µWebSockets

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

  7. Wt

    41 htcpp VS Wt

    Wt, C++ Web Toolkit

  8. Seastar

    26 htcpp VS Seastar

    High performance server-side application framework

  9. POCO

    15 htcpp VS 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.

  10. co-uring-http

    High performance HTTP server built on C++20 coroutines and io_uring

  11. TreeFrog Framework

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

  12. bittyhttp

    A threaded HTTP library for building REST services in C.

  13. WebGui

    6 htcpp VS WebGui

    An example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, GLFW and ImGui. Suitable for being compiled to web assembly (WASM).

  14. utuputki

    Utuputki

  15. aiopp

    1 htcpp VS aiopp

    Asynchronous IO for C++20

  16. userver

    4 htcpp VS userver

    Production-ready C++ Asynchronous Framework with rich functionality

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better htcpp alternative or higher similarity.

htcpp discussion

Log in or Post with

htcpp reviews and mentions

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.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 23 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic htcpp repo stats
4
12
5.5
over 1 year ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

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