esp32 uPython webserver with SPIFFS uspport

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
zhivko
Posts: 1
Joined: Sat Apr 06, 2019 9:58 am

esp32 uPython webserver with SPIFFS uspport

Post by zhivko » Sat Apr 06, 2019 10:02 am

Hi guys,

I am new here and I am looking for library for uPython on esp32 that would support SPIFFS, websockets and webserver.

Is there some library that would support that? examples? webpage?


Thank you for possible reply

regards

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

Re: esp32 uPython webserver with SPIFFS uspport

Post by OutoftheBOTS_ » Sat Apr 06, 2019 8:45 pm

I have used this webserver with websockets and it works great https://github.com/jczic/MicroWebSrv

Post Reply