VoDACode / WebPortal

Library from easy create web portal for your ESP project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Library from easy create web portal for your ESP project

License:MIT License


Languages

Language:C++ 59.7%Language:JavaScript 21.6%Language:HTML 8.7%Language:CSS 8.6%Language:Python 1.1%Language:C 0.4%