This recipe will show you how to create a web-based application that will let people see the status of the red and blue LED lights, as well as turn each of them on and off. This recipe will help you whenever you want to create projects that control the output of different hardware components, such as LEDs, screens, or speakers through a web-based application that can be accessed from computers and phones alike.
Controlling LEDs through the web server
Getting ready
You will need access to the REPL on the ESP8266 to run the code presented in this recipe.