http VS vertx-web

Compare http vs vertx-web and see what are their differences.

http

A simple multi-threaded HTTP/1.0-ish file server. Single file, ~250 LOC. (by pablo-mayrgundter)
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
http vertx-web
1 -
1 1,086
- 0.0%
0.0 8.5
about 3 years ago 16 days ago
Java Java
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

http

Posts with mentions or reviews of http. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-02.
  • An HTTP server in a single .c file
    12 projects | news.ycombinator.com | 2 Apr 2021
    My single file HTTP/1.0-ish java http server:

    https://github.com/pablo-mayrgundter/http

    I use it for most of my local dev. Handles only GET requests, serving files below the directory in which the server is started. Does Content-Type inference based on file extensions (e.g. html, js, png, jpg).

    Currently disables any type of cacheing as I use it mostly for local development and want to avoid versioning mistakes.

    Also has fledgling SSL support that has occasionally worked.

    > ./http_load -p 10 -f 100000 test.url

vertx-web

Posts with mentions or reviews of vertx-web. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning vertx-web yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing http and vertx-web you can also consider the following projects:

darkhttpd - When you need a web server in a hurry.

open-liberty - Open Liberty is a highly composable, fast to start, dynamic application server runtime environment

stoneknifeforth - a tiny self-hosted Forth implementation

playforia-minigolf - Client & Server for Minigolf Game known from Playforia/Playray/Appeli. Written in Java.

uip - The historical uIP sources

sechub - SecHub provides a central API to test software with different security tools.

android-http-server - A complete zero-dependency implementation of a web server and a servlet container in Java with a sample Android application.

tls-client-server-example - Java TLS1.2 client / server application using self signed certificates