An open API service indexing awesome lists of open source software.

https://github.com/xreef/webserver-esp8266-esp32-tutorial

Some examples from my little tutorial to learn how to manage a complete web server via esp8266 esp32 or other arduino like device.
https://github.com/xreef/webserver-esp8266-esp32-tutorial

Last synced: 9 months ago
JSON representation

Some examples from my little tutorial to learn how to manage a complete web server via esp8266 esp32 or other arduino like device.

Awesome Lists containing this project

README

          

# Web Server with esp8266 and esp32

![Main](https://www.mischianti.org/wp-content/uploads/2020/10/WebServer-Esp8266-ESP32-security-authentication-realm-and-token-1024x635.jpg)

Here some example from my tutorial on "How to Build a Web Server"
1. [Web Server with esp8266 and esp32: serve pages and manage LEDs](https://www.mischianti.org/2020/10/19/web-server-with-esp8266-and-esp32-serve-pages-and-manage-leds-1/)
2. [Web Server with esp8266 and esp32: byte array gzipped pages and SPIFFS](https://www.mischianti.org/2020/10/26/web-server-with-esp8266-and-esp32-byte-array-gzipped-pages-and-spiffs-2/)
3. [Web Server with esp8266 and esp32: multi purpose generic web server](https://www.mischianti.org/2020/11/02/web-server-with-esp8266-and-esp32-multi-purpose-generic-web-server-3/)
4. [Web Server with esp8266 and esp32: manage security and authentication](https://www.mischianti.org/2020/11/09/web-server-with-esp8266-and-esp32-manage-security-and-authentication-4/)
5. Web Server with esp8266 and esp32: add secure REST back-end
6. Web Server with esp8266 and esp32: DHT temperature humidity secure Web Interface

Check the documentation on the site to undestand the code and behavior of the examples.