Asynchronous I/O that doesn’t get in your way, written in D
Module vibe.web.web
Implements a declarative framework for building web interfaces.
This module contains the sister funtionality to the vibe.web.rest
module. While the REST interface generator is meant for stateless
machine-to-machine communication, this module aims at implementing
user facing web services. Apart from that, both systems use the same
declarative approach.