sgrottel / tiny-tools-collection

Assortment of tiny, tiny tools
MIT License
4 stars 0 forks source link

LocalHtmlInterOp: Single WebSocket connection for multiple queries #51

Open sgrottel opened 3 months ago

sgrottel commented 3 months ago

Multiple custom-url calls without significant time inbetween or user interaction are blocked by browsers.

Instead: one custom-url call to a special built-in provider to setup a bidirectional websockten. Then send additional call in via the websocket and get the responses via the same websocket.