# 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](%NPNNvcnTMZUFZSWl/2Z4XX+YSdqsqOhyPacp+lgpQUw=.sha256) 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](%NPNNvcnTMZUFZSWl/2Z4XX+YSdqsqOhyPacp+lgpQUw=.sha256) 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