Browse free open source C++ HTTP Servers and projects below. Use the toggles on the left to filter open source C++ HTTP Servers by OS, license, language, programming language, and project status.

  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    Alternative web server technology for publication, s and searching.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Hellsing

    Distributed JavaScript Engine

    Hellsing is a distributed JavaScript engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    ICAP Phrase Filter Daemon

    ICAP Daemon that implements content scanning

    icappfd is an ICAP daemon that can scan and change responses received from an HTTP server. It scans content for phrases, assigns a score to a page and will redirect to a block url for each page with a score that passes a pre-configured limit... It's kinda like a spam filter for the web. icappfd is used with proxy servers (squid3, and probably others) to protect users from certain types of content such as gambling, peer2peer, porn etc etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    IIS URL-rewriter (mod_rewrite-compatible) is open-source URL-manipulation ISAPI-filter designed for Microsoft IIS and inspired by Apache mod_rewrite written by Ralf Engelschall. It is aimed to be as much powerfull as mod_rewrite as it possible
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    The IISRelayJ ISAPI Extension was created to proxy http requests to another server. This becomes important in organizations whose web site is located on IIS and Java apps exist on another box.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    An IIS ISAPI filter, similar in functionality to apache mod_rewrite, that dynamically alters a URL based on rules defined in the configuration file(s). It is written in C++ and uses the boost regular expression library Regex++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Igorx

    Modular Web-/Application server framework

    Igorx is a modular Web-/Application server written in Python and C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A simple web server for static content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    IwayPatrol-OSE is an open source web filter for Linux systems. It is based on a commercial product from iTech, Inc. that has been in commercial use since 1996. It supports black and white lists, content checking, and rating tag checking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    JSPowerLin - Linux with a Java edge, a lightweight platform for developing and deploying J2EE applications and Java Server Pages on a server or servercluster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Janus Symbian Engine is a local http server (for Flash Lite) for Smartphones (S60), which allows developers to create engaging Flash Lite applications. It allows you to extend Flash Lite functionalities using simple local http calls (es. loadvariables)!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Main focus of the project is the HTTP server-side API for use in other applications. However, the web server is the being developed as the test suite for the API. Development up to this point has been the sole work of Karlan Mitchell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LEAST is the Lightweight Engine for Application StressTests It provides a framework for stresstest-modules, being able to start and stop these modules according to severeal patterns. After the stresstests being finished, it's able to analyse the lo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A small linux distribution aimed at servers, where the single point of administration and authentication is an OpenLDAP database. It includes modified versions of the most important services: Web Server, Mail Server, File Server, DHCP Server, authenticat
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A light webserver designed to run on Live Linux CDs. The webserver can take all of its configuration as command line arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    LiveScreen makes it possible to publish GUI screenshots that users can interact with. Unlike other remote desktop solutions, no special client is required. Web browsers can act as clients without employing helper apps, plugins or Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LogSplitter is a log handler for Apache which combines the features of rotatelogs, splitlog and (in part) cronolog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Windows based server operating system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Weather forecast tool for S60 (and other...) platform with auto-update option and screen saver. Targets: - to make an all-in-one weather tool for S60 - produce reference quality code to show good example to developers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project is the continuation of Brian Morins' Fnord! webserver with added support for IPv6 by Microsoft Research. This project is affiliated with neither Brian Morin nor Microsoft Research as they ceased (public) maintainance of Fnord!.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Minimal and strictly OO HTTP server written in C++. For easy creation of small special-purpose servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MiniWebsvr is a tiny/small HTTP web server that aims to one day be embeddable. Small footprint and light on resources is a major requirement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is the minimal HTTP/1.1 server as defined in the W3C spec. It's written purely in C++. It's funcionality is very low - only basic file serving. The purpose of this project is just educational. I tried to make the code as clear as posible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A multiple site FTP server pool running as a Linux daemon, with local/remote administration. An administration tool (GUI) is also provided. Developped in C++ using STL, BOOST, wxWidgets libraries for maximum portability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast option. Stream Sources will be able to restreamed to RTMP Player, Youtube API, Facebook API, Twitch and any other plaftforms that supports streaming with API and stream key. All these can be published simultaneously at the same time. ForFirst UAT - User Acceptance Test has been conducted @ Pollachi Veerathamilatchi Sengodi Nenaivendal @ Sandaipettai Thidal, Pollachi on 19 August 2017 #3146 Viewed Simultaneously Streamed with 16 GB Ram, 500 GB SSD, Ubuntu 16.04 LTS Server with NTK RTMP Server
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB