digitalmars.D.learn - Vibe.d diet template help
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?
Feb 06 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.
Feb 07 2021