February 07, 2021
Hi all,

I'm trying to render a diet template out to a WebSocket as a string to be inserted into a specific portion of the currently served page. Does anyone know how to go about this?
February 07, 2021
On Sunday, 7 February 2021 at 00:05:51 UTC, Tim wrote:
> Hi all,
>
> I'm trying to render a diet template out to a WebSocket as a string to be inserted into a specific portion of the currently served page. Does anyone know how to go about this?

Is the websocket really needed? Otherwise a plain XHR would be advised which would Just implie another handler.