This is written in TS and with my general idea about the architecture. I did see and read nosflare code in the past, and I am aware of its adventures through architecture changes and different approaches. I would consider this to be inspired by nosflare for sure, but not based on it.
Login to reply
Replies (1)
Yes, Nosflare also written in TS 😉
You guys have a falling out with Nostr.land or something?
btw, if it is entirely DO based, get ready for a very expensive relay. I’ve been down this road already with an entirely DO-only architecture and it didn’t end well. Now, it’s just using DOs for handling websocket and broadcasting the events to subscriptions.
Not only that, but the cold starts of DOs can be problematic when they’re evicted and then hit with a SQLite or KV query. The current iteration of Nosflare is the best it could get imo. But would be curious to see what direction yours went.