v install Hunam6.Voak
For now refer to the /examples
directory.
Voak's design (and name) is strongly inspired by Oak, the most popular web framework for Deno. Oak is itself inspired by Koa/Koa Router, a popular web framework for Node. Koa/Koa Router are themselves made by the team that made Express, the most popular web framework for Node.
Because of this strong web framework design experience I decided to strongly imitate Oak's API.
For the code itself, server.v
logic was inspired by Vweb and Vex, big thanks.