Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fossephate/fridge-board
https://github.com/fossephate/fridge-board
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fossephate/fridge-board
- Owner: fossephate
- License: mit
- Created: 2024-08-04T20:20:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T02:38:36.000Z (4 months ago)
- Last Synced: 2024-09-12T00:56:31.498Z (4 months ago)
- Language: TypeScript
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fridge-board
A minimal implementation of tldraw using PartyKit as a backend. tldraw is a multiplayer, open-source, "infinite canvas"-style whiteboard app.
See also:
- [tldraw developer documentation](https://tldraw.dev)
- [tldraw-yjs-example](https://github.com/tldraw/tldraw-yjs-example) -- tldraw's own example of how to use a Yjs backend
- [Y-PartyKit](https://docs.partykit.io/reference/y-partykit-api/) -- PartyKit's first-party Yjs supportThis app uses Next.js.