-
Thanks for all the hard work on the `0.19.0` release!
I'm working to upgrade [Chitchatter](https://chitchatter.im/) to [use the latest Trystero](https://github.com/jeremyckahn/chitchatter/compare/d…
-
I'm using `joinRoom` from `trystero/firebase` , but I'm having trouble detecting if the user's inputted password successfully connected them to the room. It seems that the library throws this error in…
-
### Please confirm these before moving forward
- [X] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- [X] I have tested that this issue has not been fixe…
-
What a beautiful piece of art and I am sad, that I did not discover it earlier ... All the examples/connections work like charm, but I could not create a working IPFS connection. Maybe this needs some…
-
Hi there, I have an on-going webpack issue with simple-peer-light. To fix this I've had to clone the repo and publish my own NPM package with the dependency swapped to just good ole' `simple-peer`.
…
-
Use https://github.com/supabase/supabase-js as well as / instead of Firebase.
-
I suggest that the project utilize the more permissive MIT license.
Many of the project dependencies (i.e. trystero and vite) utilize the MIT license for developer freedom.
-
what is the maximum connections we can have?
webrtc will not be able to handle too many connections at the same time since you have to connect to each peer separately, lots of usage of resource.
…
-
i just fell over https://github.com/dmotz/trystero
which seems like a pretty decent try at making webrtc + distributed signalling happen.
trystero abstracts away the maintenance of webrtc and boot…
sloev updated
9 months ago
-
When I use in node.js 21
```
const config = { appId: "wo_shi_ce_shi_10086" };
const room = joinRoom(config, "yoyodyne");
room.onPeerJoin((peerId) => console.log(`${peerId} joined`));
``…