From 6f769b09217bd144776b9438b75ae8081161d9f8 Mon Sep 17 00:00:00 2001 From: Kiswono Prayogo Date: Thu, 3 Sep 2020 11:00:23 +0700 Subject: [PATCH] Added pico.v (#77) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10de059..09ce524 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ - [vex](https://github.com/nedpals/vex) - Web framework written on V inspired by Express and Sinatra. - [vweb](https://github.com/vlang/v/tree/master/vlib/vweb) - V's built-in web framework. Used by Vorum. - [v-jsonrpc](https://github.com/nedpals/v-jsonrpc) - Basic JSON-RPC 2.0-compliant server written on V. +- [pico.v](https://github.com/S-YOU/pico.v) - A web server in V based on picoev and picohttpparser. ### Database clients