lebrunel on Nostr: The relay is called Nex. You can find it here: https://github.com/lebrunel/nex To my ...
The relay is called Nex. You can find it here:
https://github.com/lebrunel/nex
To my knowledge it's the second most feature complete relay out there. But I don't have much reach on Nostr yet so no-one knows its there. Any shares appreciated 🙏
Being elixir, should scale quite nicely, but not put through its paces yet.
DB-wise it uses Ecto so any sql database will fit. The package is set up for postgres but I've tested locally using sqlite and all passes nicely. Subscriptions go in an ETS table but thats probably where the biggest optimisations need to come.
https://github.com/lebrunel/nex
To my knowledge it's the second most feature complete relay out there. But I don't have much reach on Nostr yet so no-one knows its there. Any shares appreciated 🙏
Being elixir, should scale quite nicely, but not put through its paces yet.
DB-wise it uses Ecto so any sql database will fit. The package is set up for postgres but I've tested locally using sqlite and all passes nicely. Subscriptions go in an ETS table but thats probably where the biggest optimisations need to come.