Skip to content

atomkirk/v-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A framework for making real-time SPA web apps with vlang. Basically Phoenix LiveView in V.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published