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.
- Host: GitHub
- URL: https://github.com/xreef/webserver-esp8266-esp32-tutorial
- Owner: xreef
- Created: 2020-10-23T19:56:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T20:39:40.000Z (about 5 years ago)
- Last Synced: 2025-03-27T20:07:22.949Z (10 months ago)
- Language: CSS
- Size: 200 KB
- Stars: 12
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Server with esp8266 and esp32

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.