Does anyone know if there is a #Nostr #relay built in #PHP and easily configurable on a shared server?
Discussion
Único que conheço. Mas precisa ter portas liberadas no servidor para que funcione. https://github.com/nostrver-se/nostr-php
Obrigado! Precisava de algo ainda mais simples. A base de dados em SQLite e um script simples em PHP a fazer a gestão dos dados da relay.
shared server will be difficult, because you need websockets and thus a daemon listening on port 80/443, which conflicts with their web server most likely. I tried a bit, but let me know if you found server. I am working on one https://github.com/rikmeijer/transpher
Thanks. That is interesting. I will analyze that.