Inhaltsverzeichnis
Programming a Web Server
- Lightweight Web servers – What does it take to be a Web server?
„Lightweight“ Web servers like lighttpd, litespeed, and mongrel can offer dramatic benefits for your projects. This article surveys the possibilities and shows how they apply to you.
- Portable minimal web servers (in C and Bash).
- nweb: a tiny, safe Web server (static pages only) with only 200 lines of C source code.
- MHTTPD – A Minimal, Fast Web Server for Unix.
Examples
1)
https://web.archive.org/web/20201117095121/https://circuits4you.com/2019/03/20/esp8266-receive-post-get-request-data-from-website/
2)
https://web.archive.org/web/20201111212451/https://lastminuteengineers.com/creating-esp8266-web-server-arduino-ide/
3)
https://web.archive.org/web/20201112013726/https://lastminuteengineers.com/esp8266-dht11-dht22-web-server-tutorial/
4)
https://web.archive.org/web/20210104123718/https://lastminuteengineers.com/multiple-ds18b20-esp8266-nodemcu-tutorial/
5)
https://web.archive.org/web/20200926112915/https://theiotprojects.com/esp8266-data-logger-upload-data-on-webserver/
6)
https://web.archive.org/web/20201205114952/https://theiotprojects.com/esp8266-plot-sensor-readings-to-webserver-in-real-time-chart/
7)
https://web.archive.org/web/20201101034421/https://circuits4you.com/2016/12/16/esp8266-web-server-html/
8)
https://web.archive.org/web/20210104130405/https://circuits4you.com/2018/02/03/esp8266-nodemcu-adc-analog-value-on-dial-gauge/