quickwebserver
Implementation of HTTP web server in the QuickJS Runtime (by QuickJS-Web-project)
xHTTP
A lightweight HTTP server as a library. (by cozis)
quickwebserver | xHTTP | |
---|---|---|
1 | 4 | |
35 | 158 | |
- | - | |
10.0 | 4.2 | |
over 3 years ago | 8 months ago | |
JavaScript | C | |
MIT License | 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.
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.
quickwebserver
Posts with mentions or reviews of quickwebserver.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-31.
-
Kindly review this C QuickJS HTTP streaming Web server module
I tried compiling a QuickJS server that depends on httpserver.h along the way https://github.com/QuickJS-Web-project/quickwebserver/issues/6.
xHTTP
Posts with mentions or reviews of xHTTP.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-31.
-
Kindly review this C QuickJS HTTP streaming Web server module
If you want to make it better but aren't interest in that much programming, you may be interested in super minimal http servers like httpserver.h or xhttp (I wrote this!) which match exactly this use case.
-
Can you rate my skills?
Just today it occurred to me that I could ask you guys!! Can you rate my skills as a programmer? I'd love to have your opinions. I have some of my favourite projects on github. The more noteworthy are: * Noja, an interpreter for a simple programming language I designed * xHTTP, an HTTP 1.1 web server library in a single c file * c2html, a tool to generate an html syntax highlighted version of C code
- XHTTP: An HTTP server library in a single C file
-
I'm writing an HTTP server in C, but now I have some questions...
Also, if any of you have any feedback or questions, i'd be happy to have a discussion! The repository is hosted on GitHub.
What are some alternatives?
When comparing quickwebserver and xHTTP you can also consider the following projects:
webserver-c - A simple HTTP webserver written in C.
Noja - A programming language written for fun!