notecrumbs/README.md
William Casarin dec66e4a8a fetch notes from relays if we don't have them
If we don't have a cache hit, try to find the note on other relays. Once
we find it, add it to nostrdb.
2023-12-17 13:27:32 -08:00

29 lines
729 B
Markdown

# notecrumbs
![ci](https://github.com/damus-io/notecrumbs/actions/workflows/rust.yml/badge.svg)
A nostr opengraph server build on [nostrdb][nostrdb], [egui][egui], and
[skia][egui-skia]. It renders notes using the CPU in around 50ms.
[nostrdb]: https://github.com/damus-io/nostrdb
[egui]: https://github.com/emilk/egui
[egui-skia]: https://github.com/lucasmerlin/egui_skia
## Status
WIP!
- [x] Local note fetching with nostrdb
- [x] Basic note rendering
- [x] Fetch notes from relays
- [ ] Render profile pictures
- [ ] Cache profile pictures
- [ ] HTML note page
Very alpha. I mean look at the current design...
![wip](https://cdn.jb55.com/s/nevent1qqstj0wgdgplzypp5fjlg5vdr9mcex5me7elhcvh2trk0836y69q9cgsn6gzr.png)