On Fri, 07 Feb 2014 13:13:53 GMT, Florin wrote:

Etiene, Sönke,

Thank you for your solutions, much appreciated! I just couldn't find this in the documentation, although input(data-bind='username[value]') was obviously there in the Jade docs.

I'm more inclined in using vibe.d as a restful api server at this point and consume the data from another server holding the front-end application.

However I am very interested in checking if there is any performance gain in serving the html and assets with vibe.d. This forum for example seems crazy fast :)

Static content is better served from memory than from a hard drive with aio, given that it's accessed frequently. You should find more improvements with nginx in front and possibly this little module configured with it: https://github.com/desbouis/nginx-redis-proxy