From 29fc3fc82f4e9cc1c83a82a4befbfdcc19e425f8 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 14 Dec 2019 08:24:14 +0300 Subject: [PATCH] vweb tutorial: add a link to Vorum --- tutorials/building-a-simple-web-blog-with-vweb.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/building-a-simple-web-blog-with-vweb.md b/tutorials/building-a-simple-web-blog-with-vweb.md index 8f9922cbd3..2971c910ba 100644 --- a/tutorials/building-a-simple-web-blog-with-vweb.md +++ b/tutorials/building-a-simple-web-blog-with-vweb.md @@ -13,6 +13,7 @@ in a 1 MB package. - Easy deployments: a single binary file that even includes the precompiled templates. - Runs on the cheapest hardware with minimum footprint: for most apps a $3 instance is enough. +- Fast development without any boilerplate. *Please note that V and Vweb are at a very early stage and are changing rapidly.* @@ -313,6 +314,7 @@ V ORM, soon they will not be needed. To be continued on Dec 14... +For an example of a more sophisticated web app written in V, check out Vorum: https://github.com/vlang/vorum