HTTP2

Open-source projects categorized as HTTP2

Top 23 HTTP2 Open-Source Projects

  1. mitmproxy

    An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

    Project mention: Watching HTTP Traffic from n8n with mitmproxy | dev.to | 2025-04-22
  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Echo

    High performance, minimalist Go web framework

    Project mention: Which Go Web Backend Framework Is Right for Your Next Project? A Detailed Analysis of Features and Performance | dev.to | 2025-03-16

    Echo

  4. nginxconfig.io

    βš™οΈ NGINX config generator on steroids πŸ’‰

  5. Nginx

    The official NGINX Open Source repository.

    Project mention: Nginx 1.28.0 has been released | news.ycombinator.com | 2025-04-23
  6. Iris

    The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:

    Project mention: RFC: HTTP Wire Errors | dev.to | 2024-12-01

    Gerasimos Maropoulos is the author of the Iris web framework, a highly efficient and feature-rich web framework for the Go programming language. He is well-known in the programming community for his contributions to web development and his expertise in the Go language. Gerasimos has authored numerous online articles and tutorials that help developers understand and leverage the power of Go for building scalable and high-performance web applications. His work on Iris has made it one of the most popular web frameworks in the Go ecosystem, known for its simplicity, speed, and extensive feature set.

  7. Vapor

    πŸ’§ A server-side Swift HTTP web framework.

    Project mention: Getting Started with Vapor: Building Swift Web Apps with Ease | dev.to | 2024-12-16
  8. gost

    GO Simple Tunnel - a simple tunnel written in golang

    Project mention: How to set up TCP/UDP transparent proxy with iptables | dev.to | 2024-10-02

    Also, not all SOCKS5 servers support UDP associate. Dante, 3proxy and gost support it, but ssh -D doesn't.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. Vert.x

    Vert.x is a tool-kit for building reactive applications on the JVM

    Project mention: Java News: WildFly 36, Spring Milestones, and Open Liberty Updates | dev.to | 2025-04-15

    The sixth release candidate of Eclipse Vert.x 5.0.0 provides support for the Java Platform Module System and a new VerticleBase class. Further details are available in the release notes.

  11. cdnjs

    πŸ€– CDN assets - The #1 free and open source CDN built to make life easier for developers.

    Project mention: Cdnjs: No update since 8 September | news.ycombinator.com | 2024-09-27
  12. Finagle

    A fault tolerant, protocol-agnostic RPC system

  13. oha

    Ohayou(γŠγ―γ‚ˆγ†), HTTP load generator, inspired by rakyll/hey with tui animation.

    Project mention: Measuring the Impact of Feature Flags in Ruby on Rails with AppSignal | dev.to | 2024-10-16

    Using the oha load testing tool, we can confirm that indeed half of the requests take one second longer than the others:

  14. cowboy

    Small, fast, modern HTTP server for Erlang/OTP.

    Project mention: Building HTTP/JSON API In Gleam: Introduction | dev.to | 2024-12-18

    You may have realised that I said mist is a web server written in Gleam. That’s because you can use web servers (literally any code) written in Erlang or Elixir, in Gleam. There’s Gleam Cowboy, which is an adapter for the cowboy server that’s written in Erlang.

  15. AndroidNetworking

    πŸš€ A Complete Fast Android Networking Library that also supports HTTP/2 πŸš€

  16. Ponzu

    Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.

  17. haproxy

    HAProxy Load Balancer's development branch (mirror of git.haproxy.org)

    Project mention: Elastic Binary Trees (2011) | news.ycombinator.com | 2025-02-06
  18. merlin

    Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang. (by Ne0nd0g)

  19. gost

    GO Simple Tunnel - a simple tunnel written in golang (by go-gost)

    Project mention: List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting. | dev.to | 2024-04-30

    gost - Looks like a comprehensive option. TCP and UDP tunneling. TAP/TUN devices. Load balancing. Web API. Written in Go.

  20. libwebsockets

    canonical libwebsockets.org networking library

    Project mention: Show HN: Crawl a modern website to a zip, serve the website from the zip | news.ycombinator.com | 2024-06-10

    The libwebsockets server (https://libwebsockets.org) supports serving directly from zip archives. Furthermore, if a URL is mapped to a compressed archive member, and assuming the browser can accept gzip-compressed files (as most can), then the compressed data is copied from archive over http to the browser, without de-compressing or conversion by the server. The server does a little bit of header fiddling but otherwise sends the raw bytes to the browser, which automatically decompresses it.

  21. Armeria

    Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.

  22. nghttp2

    nghttp2 - HTTP/2 C Library and tools

  23. wstunnel

    Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available

    Project mention: WsTunnel – Tunnel Your Traffic over WebSocket or HTTP2 – Bypass Firewalls/DPI | news.ycombinator.com | 2024-05-23

    - Complete rewrite fron Haskell to Rust

    Hope you enjoy and find it useful :-)

    https://github.com/erebe/wstunnel?tab=readme-ov-file#underst...

  24. preact-cli

    😺 Your next Preact PWA starts in 30 seconds.

  25. reqable-app

    Reqable issue track repo

  26. SaaSHub

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

    SaaSHub logo
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).

HTTP2 discussion

Log in or Post with

HTTP2 related posts

  • Simple Web Server

    9 projects | news.ycombinator.com | 14 Apr 2025
  • Want to Know Where Popular Web Technologies Serve Websites on Red Hat Linux? Let’s Break It Down!

    4 projects | dev.to | 12 Apr 2025
  • Show HN: A Comprehensive, Compatible Open Source Alternative to Python Requests

    1 project | news.ycombinator.com | 10 Mar 2025
  • MitmProxy2Swagger: Automagically reverse-engineer REST APIs

    3 projects | news.ycombinator.com | 2 Jan 2025
  • Building HTTP/JSON API In Gleam: Introduction

    3 projects | dev.to | 18 Dec 2024
  • Show HN: Niquests – Safest, Fastest, Easiest, and Most Advanced HTTP Client

    1 project | news.ycombinator.com | 28 Nov 2024
  • Go dependency injection with Uber Fx and Echo

    3 projects | dev.to | 23 Nov 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 25 Apr 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

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

# Project Stars
1 mitmproxy 38,841
2 Echo 30,870
3 nginxconfig.io 28,061
4 Nginx 26,674
5 Iris 25,459
6 Vapor 25,056
7 gost 16,638
8 Vert.x 14,461
9 cdnjs 10,476
10 Finagle 8,817
11 oha 8,114
12 cowboy 7,367
13 AndroidNetworking 5,776
14 Ponzu 5,739
15 haproxy 5,516
16 merlin 5,224
17 gost 4,962
18 libwebsockets 4,954
19 Armeria 4,901
20 nghttp2 4,769
21 wstunnel 4,762
22 preact-cli 4,684
23 reqable-app 4,586

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?