Join Nostr
2026-08-23 19:12:58 UTC
in reply to

Alex Gleason on Nostr: Why is npanel better than existing nsite gateways? nsite gateways are slow. npanel is ...

Why is npanel better than existing nsite gateways? nsite gateways are slow.

npanel is a private server just for your team. Unlike public nsite gateways, it doesn't have to defend from deployment abuse.

nsite gateways have to assume infinite deployments. So they do the work on-demand instead of up-front. This is why they're slow.

npanel does the work at the time of deployment. It stores all the files locally, compresses them, and only then does it cut over to the new version (atomic deployment). This is why it's fast!