Skip to content

Commit adedbfd

Browse files
authored
feat: high level SDK with PeerStore (#8)
## Features - [x] support most UI frameworks via nanostores: React, Svelte, Vue, Angular, etc. - [x] support reactive local streams handling that automatically renegotiate with the remote peers - [x] support LWW CRDT Key Value store in a mesh - [x] new chat dialog in demo-react - [x] prefer AV1 and limit bitrate for better scalability in p2p mesh
1 parent f93f5cd commit adedbfd

35 files changed

+1819
-1809
lines changed

demo-react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"preview": "NODE_OPTIONS='--experimental-wasm-modules' vite preview"
1818
},
1919
"dependencies": {
20+
"@nanostores/react": "^0.8.4",
2021
"@pulsebeam/demo-server": "^1.0.0",
2122
"@pulsebeam/peer": "*",
2223
"@pulsebeam/server": "^0.0.29",

0 commit comments

Comments
 (0)