jb55 on Nostr: stats NIP idea: there could also be a NIP that implements getting stats for a set of ...
stats NIP idea:
there could also be a NIP that implements getting stats for a set of ids via REST:
`POST ids -> /stats`
```
[ {id: "abcd...", replies: 12, reactions: 100, reports: 100, quoted_boosts: 10},
...
]
```
this could be very efficient and could aggregate many relays, have caching, etc. not everything needs to be over websockets.
there could also be a NIP that implements getting stats for a set of ids via REST:
`POST ids -> /stats`
```
[ {id: "abcd...", replies: 12, reactions: 100, reports: 100, quoted_boosts: 10},
...
]
```
this could be very efficient and could aggregate many relays, have caching, etc. not everything needs to be over websockets.