www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Vibe.d diet template help

reply Tim <tim.oliver tutanota.com> writes:
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
parent Arjan <arjan ask.me.to> writes:
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