beyonlo
beyonlo
I'm interested on this feature as well.
> Nevertheless, it's still possible to do all these things at once, albeit with only a little RAM to spare for the actual application (PSRAM would make things a lot...
Hi, great work. Do you plan to support the SSL (secure websocket)?
> SSL and WebSocket are completely independent features. I have the intention to investigate adding SSL support. I wasn't considering websocket, but it's not out of the question either. My...
> I believe uwebsocket does not work with uasyncio. But in general I agree, I'm open to add support for both SSL and WS. Hey @miguelgrinberg That's will be great...
> Update: WebSocket support is coming in the next release of Microdot. Will investigate SSL support after that. @miguelgrinberg That is a amazing news!!! I'm very interested!! Actually I started...
> You can already serve static files with Microdot. I have added an example of how to do this just a few days ago: https://github.com/miguelgrinberg/microdot/tree/main/examples/static. Excellent! That will solve the...
> > an WebSocket Client example running on the browser? > > Here is one from another project of mine: https://github.com/miguelgrinberg/flask-sock/blob/main/examples/templates/index.html. I did not test it, but I think it...
Hi @miguelgrinberg I tested the `WebSocket` branch using this WebSocket client example (https://github.com/miguelgrinberg/flask-sock/blob/main/examples/templates/index.html) and works very well! However after I finished the test, I observed an error on the terminal....
@miguelgrinberg I did tests with the example above (`websocket_async.py`) to check the compatibility with different browsers. **Works:** Chrome, Chromium, Microsoft Edge and Opera. **Do not works:** Firefox (errors below). I...