Replies: 1 comment 3 replies
-
Maybe this is misguided. If it seems misguided, let me know? 😅 @tommoor |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a browser extension use case that's not collaborative editing (at first), but rather, supporting a single user with multiple tabs in one browser. Got curious if hocuspocus would be of use here — and if so, would it only be client-side usage? (Can synchronization features work with just broadcastchannel/etc, and no server? For a single user in various tabs.)
So I was reviewing the source, and thinking about if/how hocuspocus could be used in a browser extension. A hocuspocus provider could use the browser API to exchange messages with the background-page (or in mv3, calling service worker), rather than a server. Provider would communicate with a browser extension background process, via browser API - messages &/or alarms).Anybody have a sense of feasibility?Update a while later:
Beta Was this translation helpful? Give feedback.
All reactions