/WebPortal

Library from easy create web portal for your ESP project

Primary LanguageC++MIT LicenseMIT

WebPortal

WebPortal is a library for creating web interfaces for your ESP8266. This library supports the following features:

  • Page design with a C++ sketch
  • Dynamic change of data on the page without reloading
  • Automatic generation of HTML, CSS & JS
  • Two-way client-server interaction

Installation

  1. Download the latest release from here
  2. Unzip the archive
  3. Copy the WebPortal folder to your Arduino libraries folder
  4. Restart the Arduino IDE