danni / uwebsockets

Micropython websockets implementation
MIT License
182 stars 40 forks source link

Fix issues wrt missing port in URL and too strict websocket upgrade response handling #4

Closed Hermann-SW closed 5 years ago

Hermann-SW commented 5 years ago

Adds new "examples/echo_websocket_org.py" client going against "ws://echo.websocket.org/"

Hermann-SW commented 5 years ago

Both done in https://github.com/Hermann-SW/uwebsockets/commit/f5968da2be71e5807c06e211711cb6baaa0764bf

danni commented 5 years ago

Great, thanks!