1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

add valval web framework module (#42)

This commit is contained in:
taojy123 2019-12-17 00:24:27 +08:00 committed by Alexander Medvednikov
parent ecb606b5eb
commit 748e0c25af

View File

@ -51,6 +51,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
### Web
* [vorum](https://github.com/vlang/vorum) - Open-source blogging/forum software written in V
* [Heroku Buildpack for V](https://github.com/louis77/heroku-buildpack-v) - Deploy V apps on Heroku.
* [valval](https://github.com/taojy123/valval) - Web framework written in V, improved by vweb.
### Graphics
* [raytracer](https://github.com/ali-raheem/vraytracer)