MicroWebSrv
MicroWebSrv copied to clipboard
WebSocket Critical Question ?
Hi, Thank You for created the this package.
How can i connect to my socket.io server my server ?.
Hello and thank you @thevobos. MicroWebSrv is an HTTP(s) server with a plugin for WebSockets but it's not a "client". So, if you want to connect 2 serveurs, you must use a client "in" the server :) That's ok for you?
Thank you for your quick response.
I couldn't find any client libraries for socket.io. Any chance of guidance on this?
"https://github.com/danni/uwebsockets/tree/esp8266/usocketio" I found this library but could not use it.
"https://github.com/miguelgrinberg/python-socketio" I'm not sure if this library works.
There are not many websockets "clients" for micropython unlike python. The most used one seems to be Danni's but indeed it is proposed for esp8266. You can read this : https://github.com/danni/uwebsockets/issues/7 (ESP32 support...)