HTML webserver

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
elisaazevedo
Posts: 1
Joined: Tue Sep 12, 2017 1:15 pm

HTML webserver

Post by elisaazevedo » Tue Sep 12, 2017 1:43 pm

Hi, I'm an apprentice in programming and now I'm working on micropython and html in a ESP8266 board.
I have created a web page to request information and want to store it in a .json file. How do I do that?
HELP :(

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: HTML webserver

Post by pythoncoder » Wed Sep 13, 2017 6:39 am

Peter Hinch
Index to my micropython libraries.

Post Reply