Am 30.11.2015 um 11:08 schrieb Nordlöw:
Can somebody please show a enlightening example of, so called,
"revamp of the REST interface generator"
added to release 0.7.26 at:
http://vibed.org/blog/posts/vibe-release-0.7.26
I want to use vibe.d to add a modern dynamic web-interface to my
knowledge graph I'm currently developing.
More specifically I would like an interface that makes rich use of
dynamic HTML. When the user changes the contents of a
search/command-line text-field the client logic shall on the fly (after
a certain delay) lookup related information with vibe.d-server and
present the user with relevant hits or completions in a another part of
page (HTML div-block).
Does anybody have a similar vibe.d-project to be inspired from, in this
regard?
This would be more targeted to the web interface generator
(vibe.web.web), which is not affected by the changes mentioned above,
but the interface is pretty similar. For a very simple example, you can
have a look at this:
https://github.com/rejectedsoftware/vibe.d/tree/master/examples/web_ajax