# WebServer-Esp8266-ESP32-Tutorial **Repository Path**: armxu/WebServer-Esp8266-ESP32-Tutorial ## Basic Information - **Project Name**: WebServer-Esp8266-ESP32-Tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-02 - **Last Updated**: 2023-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.