Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • can u please share some references so that i could learn how to achieve this? Im just 14. I am not aware of much of programming Commented Sep 15, 2017 at 12:00
  • www.w3schools.com/html would be the best place to start. You already know how to convert a html file into string, you've done that already. Look at forms for posting examples and GET is the default that you know how to do. Commented Sep 15, 2017 at 12:10
  • 1
    I used a NodeMCU as a WebServer, but it fails when it comes to big files (.js, images ...). Later I discovered MQTT and ditched HTTP/HTML for good/ever. No more CSS, HTML, HTTP, JavaScript. No more server configuration. Just pure, simple and plain MQTT. Commented Sep 15, 2017 at 12:53
  • Code Gorilla --> i have learned the html. I am aware of GET & POST method of html form. But i cant conclude this to implement this thing to my project. Commented Sep 16, 2017 at 5:02
  • 1
    Also i have found a great visual tool "Node-Red". I believe Node-Red, MQTT, Esp8266 will accomplish my needs. Correct me if i am wrong Commented Sep 16, 2017 at 5:07