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
Sales CRM and Pipeline Management Software | Pipedrive
Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
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.