web
vweb/veb HTTP server starter with v.mod, v fmt/vet, and v test
This template provides a solid foundation for building web-server applications. It comes with all the essential tools and configurations to help you get started quickly.
The Web Server template is designed to help developers jumpstart their projects with best practices, modern tooling, and a well-structured codebase.
Enhance your Web Server with these powerful extensions
Get started quickly with these popular template and extension combinations
web-server
ci
$ create-vlang-app \
--template web-server \
--addons github-setup
web-server
containers
$ create-vlang-app \
--template web-server \
--addons v-docker
web-server
ci
$ create-vlang-app \
--template web-server \
--addons v-fmt-vet
Start creating your V app with this template