xHTTP
Noja

xHTTP | Noja | |
---|---|---|
4 | 9 | |
156 | 90 | |
1.3% | - | |
4.2 | 4.3 | |
6 months ago | about 1 year ago | |
C | C | |
MIT License | GNU General Public License v3.0 only |
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.
xHTTP
-
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.
Noja
-
Show HN: MicroTCP, a minimal TCP/IP stack
I think it boils down to the ability of being able to divide a big problem into smaller parts and understanding in what order you need to takle them. The more you try building big things the better you get at doing it.
After getting into university I decided to build an interpreter[0]. For someone who didn't even have the notion of a parser, it just felt like an unaproachable task. Even though, I sticked to it and the architecture became clear in time. That's another thing, even if you try to build something and miserably fail at it at each iteration, you still get better at it. The feeling of the task being too vast and daunting is just a feeling and knowing there's something on the other side makes it easier to power through it.
Hope to see your database on HN someday! :^)
[0] https://github.com/cozis/Noja
- Noja – A programming language written for fun
- GitHub - cozis/Noja: A programming language written for fun!
- Show HN: The Noja Programming Language
-
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
- Imparare il C seriamente
- What is the proudest project you have developed / been a part of, using C?
-
I made a programming language in C!
Hei C programmers! I designed a (very simple) language and made an interpreter for it. I was wandering if you had any thoughts about it. To be honest with you, this project is a dream come true! The code is hosted on github.
What are some alternatives?
libmicrohttpd - Mirror from SVN of GNU libmicrohttpd
microtcp - A minimal TCP/IP stack
webserver-c - A simple HTTP webserver written in C.
uip - The historical uIP sources
quickwebserver - Implementation of HTTP web server in the QuickJS Runtime
yio
c2html - Tool to add HTML syntax highlighting to C code snippets.
cognate - A human readable quasi-concatenative programming language
httpserver.h - Single header library for writing non-blocking HTTP servers in C
sdl2-test
Civetweb - Embedded C/C++ web server
