Thread overview | |||||
---|---|---|---|---|---|
|
October 08, 2014 Advanced (HTML5/JS) client webpage connecting to vibe.d server backend | ||||
---|---|---|---|---|
| ||||
I'm looking for a vibe.d sample application that shows a complete "app" including vibe.d server logic together with some html/js that together provides a modern dynamic web experience. I typically want a web form that updates parts of its page dynamically when, for example, a button is pressed. I would, of course, like to have as much logic as possible in D server part. I've looked at the sample apps at in vibe's examples directory but I couldn't find an example as advanced client-wise as I'd hoped for. Links anyone? I'm asking because I'm totally new to these things (HTML/JS/web-server-protocols) so I would like to have a complete example to extend from that makes use of a modern webpage behaviour. |
October 08, 2014 Re: Advanced (HTML5/JS) client webpage connecting to vibe.d server backend | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nordlöw | On Wednesday, 8 October 2014 at 21:14:42 UTC, Nordlöw wrote: > I'm looking for a vibe.d sample application that shows a complete "app" including vibe.d server logic together with some html/js that together provides a modern dynamic web experience. I typically want a web form that updates parts of its page dynamically when, for example, a button is pressed. I would, of course, like to have as much logic as possible in D server part. I've looked at the sample apps at in vibe's examples directory but I couldn't find an example as advanced client-wise as I'd hoped for. Links anyone? I'm asking because I'm totally new to these things (HTML/JS/web-server-protocols) so I would like to have a complete example to extend from that makes use of a modern webpage behaviour. I have a client side templating solution you might be interested in [0]. But not a fully featured sort of thing. [0] https://github.com/rikkimax/client-templating |
October 09, 2014 Re: Advanced (HTML5/JS) client webpage connecting to vibe.d server backend | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rikki Cattermole | On Wednesday, 8 October 2014 at 23:34:47 UTC, Rikki Cattermole
wrote:
> I have a client side templating solution you might be interested in [0].
> But not a fully featured sort of thing.
>
> [0] https://github.com/rikkimax/client-templating
Thanks.
|
Copyright © 1999-2021 by the D Language Foundation