A framework for making real-time SPA web apps with vlang. Basically Phoenix LiveView in V. Also takes inspiration from The Elm Architecture
If you'd like to clone and build it, simply:
# install V
git clone https://github.com/vlang/v
(cd v && make && v symlink)
# clone & run the example
git clone https://github.com/atomkirk/v-playground.git
cd v-playground
v run .
There's only 2 files:
- index.html which is the main page and contains the javascript to work inline
- live.v that contains the v server code