git ssb

0+

ev / 0qc



Tree: e875995b3285440296b82b811ebcba99145cfd56

Files: e875995b3285440296b82b811ebcba99145cfd56 / readme.md

917 bytesRaw

one query client (0qc)

so I woke up one morning and it occurred to me that I could render all information linking to a message using a single sbot.backlinks query.

In mvd I'd been using a few queries per message to grab different things, and each query added additional complexity. Why not simplify by doing one query and then updating the message object based on what was returned?

This is an experimental client that is a fork, and simplify of mvd

Clone down 0qc

npm install
npm run build
npm start

and it should 'just work' because 0qc will grab its sbot config from http://localhost:8989 which is your minsbot server's websocket. If your minsbot server is located elsewhere, edit the hostname in config to target your sbot server. Ex: http://evbogue.com:8989.


MIT

Built with git-ssb-web