getAlby / nostr-wallet-connect-next

Nostr Wallet Connect (NIP-47) application to allow apps to connect to your node
https://nwc.getalby.com
Apache License 2.0
8 stars 3 forks source link

Make API start method async #542

Closed rolznz closed 2 hours ago

rolznz commented 4 days ago

The Alby Hub startup can take up some time, and we do not want the HTTP request to be cancelled.

Instead, we should start the startup flow and immediately return, and the frontend can poll some endpoint to check the startup state.