From eab2c7258bc0ab47492a69b7d0b17091b44d4154 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Thu, 10 Aug 2023 12:13:29 -0700 Subject: [PATCH] Add coracle-social/bucket to relay section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f80880..eadab26 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ of the public instances. ### Implementations -- [Astro](https://github.com/Nostrology/astro)![stars](https://img.shields.io/github/stars/Nostrology/astro.svg?style=social)- Elixir based implementation built to be performant and highly distributed. +- [Astro](https://github.com/Nostrology/astro)![stars](https://img.shields.io/github/stars/Nostrology/astro.svg?style=social) - Elixir based implementation built to be performant and highly distributed. +- [Bucket](https://github.com/coracle-social/bucket)![stars](https://img.shields.io/github/stars/coracel-social/bucket.svg?style=social) - in-memory-only nodejs relay for testing/hacking on. Stupid simple, <100 LOC. - [Denostr](https://github.com/guakamoli/denostr)![stars](https://img.shields.io/github/stars/guakamoli/denostr.svg?style=social) - Deno based, cloud native nostr implemention support by ByteTrade and Revo. - [Ephemerelay](https://gitlab.com/soapbox-pub/ephemerelay)![stars](https://img.shields.io/gitlab/stars/soapbox-pub/ephemerelay.svg?style=social) - An in-memory Nostr relay that doesn't store data. - [gnost-relay](https://github.com/barkyq/gnost-relay) ![stars](https://img.shields.io/github/stars/barkyq/gnost-relay.svg?style=social) - nostr relay written in go backed by postgresql database.