jczic / MicroWebSrv

A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
https://github.com/jczic/MicroWebSrv
MIT License
641 stars 116 forks source link

Does it work on esp8266? #21

Closed njXuanX closed 6 years ago

njXuanX commented 6 years ago

A very good webserver for micropython, even with websocket and template! My question is, does this powerful lightweight web server work on esp8266? After all, micropython offically support 8266, and 32 and 8266 using same basic MicroPython libraries. Or should I do some modify to make it works. Thanks a lot!

jczic commented 6 years ago

Hello and thank you :') I have never tested it on esp8266 but do you can do it ?

njXuanX commented 6 years ago

@jczic Seems dosent work, actually can not download the microWebSrv lib to 8266, I use uPycraft as IDE. 1

jczic commented 6 years ago

Yes ok, you have not enought RAM memory to load MicroWebSrv... It works fine with modules who have 4 SDRam extension.

njXuanX commented 6 years ago

@jczic Thanks a lot, still a very good project.

jczic commented 6 years ago

Thank you ! 👍