Ross ROSS = Recommend OSS · open-source software intelligence for agents

eidheim/Simple-Web-Server

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications. observed · 2026-08-28

github.com/eidheim/Simple-Web-Server · C++ · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4442
  • days_rel: n/a
  • days_push: 3004
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2692 stars · 765 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A simple, fast, multithreaded HTTP and HTTPS server and client library for C++11 built on Boost.Asio or standalone Asio. It is designed to make it easy to expose REST resources from C++ applications using regex-based routing and anonymous functions.

Use cases

  • expose REST APIs from a C++ application
  • embed a lightweight HTTP server in a C++ program
  • make HTTPS requests from C++
  • build a small multithreaded web service in C++
  • handle JSON POST requests in a C++ backend
  • serve simple web endpoints without a heavy framework

When to choose

  • you need a minimal, easy-to-integrate C++ HTTP/HTTPS server or client
  • you want regex-based REST routing with minimal boilerplate
  • you prefer Asio-based asynchronous networking with an optional thread pool
  • you need a platform-independent, MIT-licensed C++ networking library

When to avoid

  • you need a full-featured production web framework with middleware ecosystems
  • you require HTTP/2, WebSockets, or advanced protocol features
  • you want a library with active recent development and community support
  • you need high-performance, battle-tested scaling for heavy production traffic

Facets

library · maturity maintenance

http-server http-client routing middleware web-development backend apis developer-tools windows cross-platform cpp rest asio https c++11 boost header-only linux macos

1 source

Member repositories

RepositoryRoleHealth v2
eidheim/Simple-Web-Servermain10

For agents

markdown · JSON · MCP: product_card(name="eidheim/Simple-Web-Server")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem