MiniWeb is a high-efficiency, cross-platform, small-footprint HTTP server implementation in C language. It implements GET and POST methods and works on multiple platforms ranging from server, desktop, game console and IoT hardware.
Features
- small footprint HTTP server written in pure C language
- GET & POST actions with basic HTTP authentication
- easy-to-extend with URL handler callbacks
- cross-platform and scalable
- serial port access via HTTP
- integrated UDP server interacting with HTTP server
Categories
HTTP ServersLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow MiniWeb HTTP server
You Might Also Like
1Password makes it easy to store and share passwords anywhere, anytime
Protect yourself, your family, or your global workforce with simple security, easy secret sharing, and actionable insight reports.
Rate This Project
Login To Rate This Project
User Reviews
-
nice project, its a shame that it is abandoned
-
Small. Simple. Exactly what is needed. The only major issue is I cannot specify IP address of interface to bind to. As result, I cannot connect to server. But with small changes in code I've fixed that issue.
-
Good Simple Web-server it's what I need. Thank you!
-
Exactly what I need for testing my small js framework test. Thanks developers.
-
Literally the most USEFUL thing ever when I need portability, or just when I have a low amount of storage! LOVE IT.