Awesome
vlcn-live-examples
Note: The vite-starters
are the most up to date examples.
Example apps. Deployed to https://vlcn-live-examples.fly.dev
- TodoMVC: https://vlcn-live-examples.fly.dev/todomvc.html
- After opening a todo list, share the link with others to collaborate on that list.
- TodoMVC p2p: https://vlcn-live-examples.fly.dev/todomvc-p2p.html
- Copy a peer id from one peer, connect to it from another peer
Running locally:
git clone git@github.com:vlcn-io/live-examples.git
cd live-examples
npm install
npm run dev