Web Servers

Open-source projects categorized as Web Servers

Top 15 Web Server Open-Source Projects

  • Puma

    A Ruby/Rack web server built for parallelism

  • Project mention: Breaking the 300 barrier | dev.to | 2024-02-21

    As we use Puma as our webserver for our rails application, I quickly went to Puma's config file which typically resides in config/puma.rb. The config was set as

  • Phusion Passenger

    A fast and robust web server and application server for Ruby, Python and Node.js

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Rack

    A modular Ruby web server interface.

  • Project mention: Como desenvolvi um backend web em Clojure | dev.to | 2023-07-03
  • falcon

    A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS. (by socketry)

  • Goliath

    Goliath is a non-blocking Ruby web server framework

  • Thin

    A very fast & simple Ruby web server

  • Project mention: How to Use Sinatra to Build a Ruby Application | dev.to | 2023-06-07

    This one file contains everything needed for this simplified app to run. Run it with ruby main.rb, which should spin up an instance of the Thin web server (the default web server that comes with Sinatra). Visit localhost:4567 and you'll see the JSON response.

  • EmbedIO

    A tiny, cross-platform, module based web server for .NET

  • Project mention: Make MAUI app run a Web API Controller | /r/dotnetMAUI | 2023-05-27

    I haven't used it, but EmbedIO looks like it's another option: https://github.com/unosquare/embedio

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Unicorn

    Unofficial Unicorn Mirror. (by defunkt)

  • BeetleX

    high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution

  • Iodine

    iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support (by boazsegev)

  • Project mention: Rage: Fast web framework compatible with Rails | news.ycombinator.com | 2023-12-04

    Most of the speed I believe is from using the server iodine https://github.com/boazsegev/iodine which is a wrapper around facil.io https://facil.io that is built using C.

  • kamber

    Static site server (basically blogs) with Crystal Language

  • prax.cr

    Rack proxy server for development (Crystal port)

  • fast-http-server

    Super fast, zero configuration command line HTTP Server.

  • UploadStream

    high performance file upload streaming for dotnet

  • Project mention: what do you find most frustrating about dotnet? | /r/dotnet | 2023-06-20

    [Route("projects/{projectId:int}/files", Name = "UploadFile")] [Consumes("multipart/form-data")] [DisableFormValueModelBinding] [RequestSizeLimit(--num - bytes--)] [RequestFormLimits(MultipartBodyLengthLimit = --num - bytes--)] public async Task < IActionResult > PostAsync([FromRoute] int projectid) { // see nuget for https://github.com/ma1f/uploadstream var model = await this.StreamFiles < MyFileItem > (async file => { // never trust the client var fileName = file.FileName.GetSafeUniqueUri();

  • serve

    Command line static HTTP server (by SuperPaintman)

  • 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).

Web Servers related posts

Index

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

Project Stars
1 Puma 7,583
2 Phusion Passenger 4,965
3 Rack 4,829
4 falcon 2,468
5 Goliath 2,445
6 Thin 2,262
7 EmbedIO 1,426
8 Unicorn 1,415
9 BeetleX 1,146
10 Iodine 891
11 kamber 173
12 prax.cr 150
13 fast-http-server 148
14 UploadStream 127
15 serve 23

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