On Mon, 29 Jun 2015 05:45:20 GMT, mikhail wrote:

it's performance is just outstanding! What could be the cons of running vibe.d apps without front-end server?

Thanks.
Mikhail

You'll know if you ever need a feature that nginx has... It only takes me a few lines to compensate whenever that happens.

If you don't want to re-compile every time you change something, you can use a file server and change the HTML, or setup a database and change things through a database manager.