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

Implementation of WebSockets protocol #2

Closed jczic closed 6 years ago

rdagger commented 6 years ago

Any progress with WebSockets?

jczic commented 6 years ago

Yes, but unfortunately I do not have much time at the moment. It will soon be available I hope (a part is already realized) :)

Do you speak french ?

2017-09-04 16:56 GMT+02:00 rdagger notifications@github.com:

Any progress with WebSockets?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jczic/MicroWebSrv/issues/2#issuecomment-326981961, or mute the thread https://github.com/notifications/unsubscribe-auth/AAegLFvSzaKQn2Zta3YdWbT1KJ7JP424ks5sfA-wgaJpZM4NzWzV .

--

Sincèrement,

Jean-Christophe Bos jczic.bos@gmail.com jczic.bos@gmail.com

rdagger commented 6 years ago

I look forward to any updates. Your project has been very helpful. Je parle un peu français. Pas vraiment. J'adore Paris. Merci beaucoup!

jczic commented 6 years ago

I'm from Paris :) Thank you again !

2017-09-04 19:35 GMT+02:00 rdagger notifications@github.com:

I look forward to any updates. Your project has been very helpful. Je parle un peu français. Pas vraiment. J'adore Paris. Merci beaucoup!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jczic/MicroWebSrv/issues/2#issuecomment-327006600, or mute the thread https://github.com/notifications/unsubscribe-auth/AAegLC_ge-8RBp7EjvO_yCTgLvhNhqXNks5sfDTMgaJpZM4NzWzV .

--

Sincèrement,

Jean-Christophe Bos jczic.bos@gmail.com jczic.bos@gmail.com

jczic commented 6 years ago

WebSockets added!