[Go to site: main page, start]

https-server

Open-source projects categorized as https-server

Top 15 https-server Open-Source Projects

https-server
  1. updog

    Updog is a replacement for Python's SimpleHTTPServer. It allows uploading and downloading via HTTP/S, can set ad hoc SSL certificates and use http basic auth.

  2. SaaSHub

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

    SaaSHub logo
  3. NetCoreServer

    Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution

    Project mention: Ask HN: What Are You Working On? (February 2026) | news.ycombinator.com | 2026-02-08

    I'm working on a "toy" .NET web framework that has no dependencies on the ASP.NET Core Web SDK, runs fully on the "base" .NET Core SDK and can easily be embedded in existing applications.

    https://github.com/WispFramework/Wisp, https://wispframework.github.io/Wisp/

    It tries to be reasonably lightweight but batteries-included, with extra features in separate "extensions" packages. It's also designed to be modular. All functionality has a default implementation but can easily be replaced if desired. It uses the Fluid template engine[1] (a .NET implementation of the Liquid language).

    It's been a great way to dig into more advanced concepts like reflection and HTTP internals and while it's probably not safe to use in production, I have used it to build small private apps with great success.

    The current major pain points are the lack of websocket support, which I'm planning to add soon, and the general fragility of the NetCoreServer[2] based HTTP backend, which I'm planning to replace with EmbedIO. (Ideally, I would love to use Kestrel here, but it's so deeply baked into ASP.NET Core that you can't use it without pulling in the whole Web SDK)

    [1] https://github.com/sebastienros/fluid

    [2] https://github.com/chronoxor/NetCoreServer

    (LLM Disclaimer: This project is not vibe-coded. Most of the code is written by hand, with some input from ChatGPT being used as a fancy search engine. The docs are written by hand and then fed through ChatGPT to make them more readable)

  4. hyper-express

    High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.

  5. CppServer

    Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution

  6. golang-tls

    Simple Golang HTTPS/TLS Examples

  7. libhttpserver

    C++ library for creating an embedded Rest HTTP server (and more)

  8. goshs

    Feature-rich single-binary file server for red teamers and developers. HTTP/S · WebDAV · FTP/SFTP · SMB · LDAP/S · NTLM hash capture · DNS/SMTP callbacks · TLS · Auth · Share links. A powerful python3 -m http.server replacement.

    Project mention: Show HN: Goshs – Single-binary server for red teamers: HTTP/S,SMB,NTLM,DNS/SMTP | news.ycombinator.com | 2026-05-11
  9. WatsonWebserver

    Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.

    Project mention: Beyond ASP.NET: Lightweight Alternatives for C# Web Development | dev.to | 2025-12-22

    Watson has been around for several years, is part of the .NET Foundation and receives large commits approximately once a year.

  10. esp32_https_server

    Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP.

  11. PsychicHttp

    Simple + Robust HTTP/S server with websockets for ESP32 based on ESP-IDF http server.

  12. ada-awa

    Ada Web Application - Framework to build high performance secure web applications

  13. macaw_framework

    A lightweight web framework designed for building efficient backend applications

  14. sslmgr

    A layer of abstraction the around acme/autocert certificate manager (Golang)

  15. go-lang-https-self-signed

    Sample of a self signed certificate https server in golang. This repo demonstrates to you the best way to up your self signed cert in golang. It shows in a simple way how to generate and trust the ssl certificate and how to serve a https server in golang.

  16. contactform_backend

    Node.js/Express backend with Nodemailer email integration. Part of the contact form project.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

https-server discussion

Log in or Post with

https-server related posts

  • Simple HTTP server using C++

    1 project | /r/Cplusplus | 29 May 2023
  • Installing NSP/XCI files over network?

    1 project | /r/SwitchPirates | 21 May 2023
  • What online cyber security tools do you wish existed?

    1 project | /r/netsecstudents | 27 Jan 2023
  • Transferring files from windows to kali using Impacket smbserver.py doesn't work?

    1 project | /r/netsecstudents | 24 Jul 2022
  • Self Hosted Weekly Roundup #2

    2 projects | /r/selfhosted | 14 Apr 2022
  • How do i transfer a malicious file from my laptop to my vm

    1 project | /r/hacking | 13 Apr 2022
  • AWS (Ada Web Server) Success Stories?

    2 projects | /r/ada | 8 Mar 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source https-server projects? This list will help you:

# Project Stars
1 updog 3,353
2 NetCoreServer 3,112
3 hyper-express 2,020
4 CppServer 1,629
5 golang-tls 1,329
6 libhttpserver 941
7 goshs 885
8 WatsonWebserver 498
9 esp32_https_server 403
10 PsychicHttp 198
11 ada-awa 109
12 macaw_framework 76
13 sslmgr 32
14 go-lang-https-self-signed 16
15 contactform_backend 3

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?