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
640 stars 115 forks source link

will the code as distributed in this .git support server-sent-events? #74

Open johncblacker opened 3 years ago

johncblacker commented 3 years ago

Have tried some different approaches to server-sent-events but haven't been able to get them to work with your server. Is it possible or am I wasting my time trying?

jczic commented 1 year ago

Hello @johncblacker, you must to use WebSockets for that.