1Welcome
Bitty HTTP is a small lightweight web server designed be used in small microcontrollers, but powerful enough to be used with large embedded processors and even embedded into larger programs.
If you are looking for small, simple, easy to use HTTP server with minimal dependencies then you have found what you are looking for.
Bitty HTTP is licensed under the MIT License (see License.txt). This means you are free to use this software however you want as long as you keep the copyright notice.
Download the latest version and get started today!Download 1.4...
2Other Projects That Work With Bitty HTTP
WebC makes working with HTML in C much easier. It works by letting you write C code mixed in with your HTML, changing between the two on the fly. The WebC compiler then converts your mixed C & HTML into C code which you then compile with your normal C compiler.
For example this WebC program outputs a calendar. Note how easy it is to change between HTML and C.
This will then get converted into a C program that you can compile. The compiled program will output HTML (which can be sent to Bitty HTTP)
Swing by http://webcprecompiler.com to check it out!