Caching service for Nostr.
Huddlers is a RESTful API for fetching Nostr events from multiple relays. And it comes with built-in caching!
Here's a live demo where you can load a user's feed instantly:
Features:
- All events are accompanied by the profile metadata of their authors.
- All event fetches can now be done using GET requests to a single URL. This allows the client to be simpler and efficient.
- The API stores a cache of the latest events from frequently requested authors, resulting in faster fetches.