Home

Awesome

image

What?

This repo is a home for my first Vlang project - visualization of V benchmarks results, which you can find here - Is V still fast

Why?

A list of problems, that this project should resolve:

It's always easier to work with a lot of data records than just with plain text.

How?

This is fully created in V, using a native V web framework - vweb Initially, it was planned as a WASM app, but because there is no native WASM support and a "hot-DOM" changes from the native language (like Blazor) are unsupported, for now, this is a common server-side web app (this info is true for today, 30.12.2021).

This app was deployed on App Platform from DigitalOcean via Docker, you can find a Dockerfile in the root of this repo (image based on Ubuntu).