From 085da7596d93245024a71abc4996cde00ce7c4bd Mon Sep 17 00:00:00 2001 From: nick avlo Date: Mon, 13 May 2024 23:27:08 -0700 Subject: [PATCH] Update relay-implementations.md (#190) formal name designation --- src/routes/pages/en/relay-implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/pages/en/relay-implementations.md b/src/routes/pages/en/relay-implementations.md index 1b331c6..6f6fb5d 100644 --- a/src/routes/pages/en/relay-implementations.md +++ b/src/routes/pages/en/relay-implementations.md @@ -44,4 +44,4 @@ description: This is a list of all known implementations of the Nostr relay spec ## Java -- [Java Nostr-Relay Framework & Web Application](https://github.com/avlo/nostr-relay/): Java 20, Spring WebSocketSession 3.2.2, Spring Boot 3.2.4, atop [nostr-java library](https://github.com/tcheeric/nostr-java). Simple. Clean. OO. \ No newline at end of file +- [SuperConductor](https://github.com/avlo/superconductor) Nostr-Relay Framework & Web Application: Java 20, Spring WebSocketSession 3.2.2, Spring Boot 3.2.4, atop [nostr-java library](https://github.com/tcheeric/nostr-java). Simple. Clean. OO.