npub1g0…qetdz on Nostr: we should fork nostr protocol should never define application logic in the level that ...
we should fork nostr
protocol should never define application logic in the level that nostr does
"kind" should be replaced with "namespace"
none of the namespaces should be defined in protocol (nostr)
tags and content should be replaced with "data"
although we could probably also make signature and pubkey optional, maybe place them in data if necessary.
but do we really need json?
i think we should remove the json part and replace it with unformatted ascii or binary.
sounds great!
concept of relay and websocket is ok, but i think http would also suffice.
maybe replace websocket with http.
then we can just
curl https://my.relay to get some events
protocol should never define application logic in the level that nostr does
"kind" should be replaced with "namespace"
none of the namespaces should be defined in protocol (nostr)
tags and content should be replaced with "data"
although we could probably also make signature and pubkey optional, maybe place them in data if necessary.
but do we really need json?
i think we should remove the json part and replace it with unformatted ascii or binary.
sounds great!
concept of relay and websocket is ok, but i think http would also suffice.
maybe replace websocket with http.
then we can just
curl https://my.relay to get some events