Trending Tags
  • #bitcoin
  • #purplestack
  • #nostr
  • #wordle
  • #pow
Trending Notes
Global
Trending Profiles
  • Silberengel
    @Laeserin
  • node
    @node
  • Jay
    @Jay
  • Kevin's Bacon
    @Kevin's Bacon
  • makomichi the wolf of weeb street
    @makomichi

Nostr View


726a1 - 2d

When you build on #purplestack none of the nostr events come *directly* from relays. Everything rendered on screen comes from a fast local database, that a websocket pool writes too. This means that by default all apps built with this stack are local-first and should work decently offline.

1
0
3

jb55 @jb55 - 2d

this is the way

1
1
3

726a1 - 2d

Would love to use nostrdb for this. One day.

1
0
3

jb55 @jb55 - 2d

just need dart bindings i guess

0
1
3

726a1 - 1d

That said i'm surprised with the performance of SQLite with memory mapping

0
0
3

726a1 - 1d

Hard to say which version you are running. The default source should be LocalAndRemoteSource(background: true) for the query provider, double check. Should only block on the first load and never thereafter

0
0
1

Showing page 1 of 1 pages