Happy0 / ssb-chess

A library for building scuttlebutt chess clients with
GNU General Public License v2.0
63 stars 16 forks source link

Query database directly for efficiency to get more refined pull-streams rather than using find / filter on full feeds, etc #3

Closed Happy0 closed 7 years ago

Happy0 commented 7 years ago

I assume there must be an ssb library for querying directly.

The approach used at the moment is fine because there aren't many games in progress.

Happy0 commented 7 years ago

https://github.com/ssbc/secure-scuttlebutt#securescuttlebuttrelatedmessages-id-msgid-rel-string-count-false-parent-false-cb

This will probably be useful for looking for invite accepts / rejects, etc