mikedilger / nostr-next

Issues with nostr that would require breaking changes to fix
3 stars 0 forks source link

Server addressing #21

Open mikedilger opened 1 month ago

mikedilger commented 1 month ago

Servers should be addressed by their public key

But that should be mapped to an IP address and Port. NOT A URL.

Urls have extra information with unclear meaning: username, password, protocol, path, query. These might be useful in the HTTP based transport layers (e.g. if transport is over websockets).