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
Other Useful Business Software
Crowdtesting That Delivers | Testeum
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
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.