Skip to content

Files

Latest commit

Aug 16, 2021
470b0e6 · Aug 16, 2021

History

History
23 lines (16 loc) · 704 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 704 Bytes

Tela-v

A framework for making real-time SPA web apps with vlang. Basically Phoenix LiveView in V. Also takes inspiration from The Elm Architecture

example

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