From 38bbe42d4b430df93dc5eb89c65302ccdcac1817 Mon Sep 17 00:00:00 2001 From: David Legrand <1110600+davlgd@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:40:03 +0100 Subject: [PATCH] Add Tiniest vWeb Server (#219) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a2f505..10d6d04 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ - [Gitly](https://github.com/vlang/gitly) - A light and fast SCM alternative to GitHub/GitLab written in V. - [Heroku Buildpack for V](https://github.com/zztkm/heroku-buildpack-v) - Deploy V apps on Heroku. +- [Tiniest vWeb Server](https://github.com/davlgd/tws) - A < 1MB static hosting web server written in V, based on x.vweb. 🍃 - [v-admin-skeleton](https://github.com/xiusin/v-system-skeleton) - Backend skeleton written in V. - [vblog](https://github.com/scurty-labs/vblog) - A simple, fast and responsive blogging system. - [Vebview.JS](https://github.com/malisipi/Vebview.JS) - Electron/Neutralino.JS alternative written in V.