Latest version of Microhttp, an event-driven, zero-dependency, pure-Java web server with 500 LOC, capable of 1,000,000+ requests per second on commodity EC2 hardware.

This page summarizes the projects mentioned and recommended in the original post on /r/java

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • microhttp

    Fast, scalable, self-contained, single-threaded Java web server

  • FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

  • 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
  • just

    the only javascript runtime to hit no.1 on techempower :fire: (by just-js)

  • just-js ain't your average js framework. It's been heavily optimized and it also runs just on Linux.

  • libs

    blessed js libraries for just-js (by just-js)

  • yes. it's mostly pure javascript though - postgres library is completely written in JS as is the http framework, which uses C++ wrapper around picohttpparser for fast http parsing. admittedly both are incomplete and need a lot of work done to make them "production ready" but JS is incredibly fast on modern engines like v8 and spidermonkey *if* you are careful about how much garbage you create and spend some time benchmarking and optimising. the C++ in just-js is minimal and mostly just simple wrappers around syscalls.

  • modules

    blessed c++ modules for just-js (by just-js)

  • yes. it's mostly pure javascript though - postgres library is completely written in JS as is the http framework, which uses C++ wrapper around picohttpparser for fast http parsing. admittedly both are incomplete and need a lot of work done to make them "production ready" but JS is incredibly fast on modern engines like v8 and spidermonkey *if* you are careful about how much garbage you create and spend some time benchmarking and optimising. the C++ in just-js is minimal and mostly just simple wrappers around syscalls.

  • Jooby

    The modular web framework for Java and Kotlin

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Jooby Web Framework for JVM

    1 project | news.ycombinator.com | 5 Feb 2024
  • Is the Spring framework too heavy and over-designed?

    2 projects | /r/learnjava | 1 May 2023
  • How fast is really ASP.NET Core?

    4 projects | /r/programming | 15 Nov 2022
  • Why django over asp.net core?

    2 projects | /r/django | 24 Sep 2022
  • Echo: High performance, minimalist Go web framework

    3 projects | /r/golang | 15 Aug 2022