What relay implementation are you using?

Reply to this note

Please Login to reply.

Discussion

I use an altered version of https://github.com/Cameri/#nostream that I integrated with my service (it's in beta) I have 2 relays the tmp-relay that doesn't persist the events and the global one that persists the clients' events (and tries to clear some privacy issues) that clients "inject" (kind 30000 for example)

I'm native Python, so I will build on one of the current Python based options.