Running hyper-nostr.

https://github.com/nostrcg/devguide/wiki/hyper-nostr

"Hyper-Nostr is a distributed Nostr relay that aims to synchronize your relay storage and real-time events using Hyperswarm, and Hyperbeedee. Read a more detailed introduction here."

Reply to this note

Please Login to reply.

Discussion

Is there some more documentation or a video? Should this run in parallel to the own relay on the server?

Running localy hyper-nostr relay is pretty easy by running the following command.

npx hyper-nostr 3338 nostr

This implementation is not battle tested and not fully functionnal (nip04-dm is not implemted).

I will try to run a public instance

btw, does it have path handling?

on the local node you can enter in any string in the path (like wss://localhost/some-secret-relay) and it behaves as an independent relay for the user, with separated database and event broadcasting

I don't Know.

I've started it with node server.js and configured an nginx proxy.