mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-03-19 14:22:11 +01:00
11 lines
461 B
Markdown
11 lines
461 B
Markdown
|
# 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.
|