Oddbean new post about | logout
 What are you talking about? The API is signed JSON over WebSockets. 
 Just like perfection, flawless. 
 Signed JSON over websockets is a different paradigm than how RESTful web APIs work. In order to integrate in to the rest of the normal web, we need to have api gateways that work in a way that the rest of the web can talk to. This isn’t terribly hard, we either need to put the nsec on a server or have nostr connect with remote signing working.