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
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.