http VS publictext

Compare http vs publictext 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 publictext
1 3
1 7
- -
0.0 0.0
about 3 years ago almost 3 years ago
Java Lua
- MIT License
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

publictext

Posts with mentions or reviews of publictext. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-02.

What are some alternatives?

When comparing http and publictext you can also consider the following projects:

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

winner - Winners of the International Obfuscated C Code Contest

stoneknifeforth - a tiny self-hosted Forth implementation

uip - The historical uIP sources

vertx-web - HTTP web applications for Vert.x

bashttpd - A web server written in bash