Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhongkechen/awesome-local-first
Awesome Local-First Software
https://github.com/zhongkechen/awesome-local-first
List: awesome-local-first
Last synced: 2 months ago
JSON representation
Awesome Local-First Software
- Host: GitHub
- URL: https://github.com/zhongkechen/awesome-local-first
- Owner: zhongkechen
- Created: 2021-10-21T20:40:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T16:16:12.000Z (about 1 year ago)
- Last Synced: 2024-10-29T14:17:49.586Z (2 months ago)
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# awesome-local-first
A curated list of awesome [Local-First Software](https://www.inkandswitch.com/local-first/)
## Introduction
What is local first?
- [Local-first software - You own your data, in spite of the cloud](https://www.inkandswitch.com/local-first/)
- [PDF Version](https://martin.kleppmann.com/papers/local-first.pdf)
- [Automerge: Making servers optional for real-time collaboration - Martin Kleppmann](https://www.youtube.com/watch?v=PHz17gwiOc8)
- [Verifying strong eventual consistency in distributed systems](https://dl.acm.org/doi/10.1145/3133933)## Libraries
- [automerge](https://github.com/automerge/automerge) - A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
- [hypercore](https://github.com/hypercore-protocol/hypercore) - Hypercore is a secure, distributed append-only log.## Applications
### Social Networks
- [Secure Scuttlebutt](https://scuttlebutt.nz/) - a peer-to peer communication protocol, mesh network, and self-hosted social media ecosystem