peer-base / peer-pad

📝 Online editor providing collaborative editing in really real-time using CRDTs and IPFS.
https://peerpad.net
MIT License
678 stars 57 forks source link

allow peer-pad to boot offline without an error #289

Open pgte opened 5 years ago

pgte commented 5 years ago

... and later on be able to find and connect to peers once the network allows.

pgte commented 5 years ago

There are several different solutions to this, starting from the most short-term

I think we can start the first one, by using ws-star-multi in peer-base.

parkan commented 5 years ago

https://github.com/ipfs/js-ipfs/pull/1793 is closed so this should work! let's verify and close this issue

parkan commented 5 years ago

included in 0.34.2: https://github.com/ipfs/js-ipfs/releases/tag/v0.34.2

pgte commented 5 years ago

Currently blocked on https://github.com/ipfs/js-ipfs/issues/1837

parkan commented 5 years ago

this seems not like a blocker per se, given that we can still get offline behavior to work and then refresh to reconnect, no? obviously re-join notification would be great but that feels like a separate piece

pgte commented 5 years ago

@parkan yup, that would work too :)