Files
timmy-config/go/pkg/mod/github.com/fiatjaf/khatru@v0.14.0/docs/why.md
2026-03-31 20:02:01 +00:00

461 B

Why khatru?

If you want to craft a relay that isn't completely dumb, but it's supposed to

  • have custom own policies for accepting events;
  • handle requests for stored events using data from multiple sources;
  • require users to authenticate for some operations and not for others;
  • and other stuff.

khatru provides a simple framework for creating your custom relay without having to reimplement it all from scratch or hack into other relay codebases.