Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vlcn-io/live-examples

vlcn & cr-sqlite example apps deployed to fly.io
https://github.com/vlcn-io/live-examples

Last synced: 2 months ago
JSON representation

vlcn & cr-sqlite example apps deployed to fly.io

Awesome Lists containing this project

README

        

# vlcn-live-examples

## Note: The `vite-starters` are the most up to date examples.
- https://github.com/vlcn-io/vite-starter
- https://github.com/vlcn-io/example-rest

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 [email protected]:vlcn-io/live-examples.git
cd live-examples
npm install
npm run dev
```