331 sats \ 1 reply \ @k00b OP 27 Jun 2023 \ parent \ on: Booger Pro free relay is live nostr
To booger work in the browser, we'd have to:
- move note storage into a booger plug so that we could swap out postgres and swap in something more suitable for the browser (either sqlite wasm or dexie or something)
- create some abstraction around the http server such that it could be swapped out for some other communication mechanism
If I were to begin working on this today, I'd just create a booger fork that could run in the browser, then work towards (1) and (2).
Super interesting. I'll have a look later
reply