hakkadaikon on Nostr: Hi, All. I recently developed a WebSocket server. I plan to embed this WebSocket ...
Hi, All.
I recently developed a WebSocket server.
I plan to embed this WebSocket server into a future Nostr relay that I will develop, with enhanced documentation, comments, and testing.
https://github.com/Hakkadaikon/websocket/tree/mainBy the way, there's something I've been thinking about lately.
Nostr runs on top of WebSockets, And WebSockets run on top of TCP/IP.
In the case of TCP/IP, data cannot be received in bulk using a system call, so we believe there is a problem in that it is difficult to improve performance beyond a certain level.
I believe that if Nostr were run over a UDP protocol such as WebTransport, RUDP, etc..., Nostr relay could operate even faster.
For a plain Nostr relay delivering text events, probably won't need to go this far.
However, I think this Nostr relay can be useful for delivering volatile, streaming, real-time data.
In the future, I plan to create a PoC that runs Nostr on the UDP protocol.
What do you think?
Comments, positive or negative, are welcome.
#nostr #grownostr
Published at
2025-01-25 11:13:22Event JSON
{
"id": "700f6dc24a6afa5c17aec2c9c7777b72984ceb72dd6431660900a0efa3cec757",
"pubkey": "101b30ee88c27a13de68bf7c8c06368ea3e3e837641595c18675677d18a46a45",
"created_at": 1737803602,
"kind": 1,
"tags": [
[
"t",
"nostr"
],
[
"t",
"grownostr"
]
],
"content": "Hi, All.\n\nI recently developed a WebSocket server.\nI plan to embed this WebSocket server into a future Nostr relay that I will develop, with enhanced documentation, comments, and testing.\n\nhttps://github.com/Hakkadaikon/websocket/tree/main\n\nBy the way, there's something I've been thinking about lately.\n\nNostr runs on top of WebSockets, And WebSockets run on top of TCP/IP.\nIn the case of TCP/IP, data cannot be received in bulk using a system call, so we believe there is a problem in that it is difficult to improve performance beyond a certain level.\n\nI believe that if Nostr were run over a UDP protocol such as WebTransport, RUDP, etc..., Nostr relay could operate even faster.\n\nFor a plain Nostr relay delivering text events, probably won't need to go this far.\nHowever, I think this Nostr relay can be useful for delivering volatile, streaming, real-time data.\n\nIn the future, I plan to create a PoC that runs Nostr on the UDP protocol.\n\nWhat do you think?\nComments, positive or negative, are welcome.\n\n#nostr #grownostr",
"sig": "f59ece3d93e1040031dc7497029ad19d2eb71cc22080a33e1473de6a59edf720edc24d00f653bc4e1df83a64c4fce2f80cf3b9acd0d093254b441c608ed11e0b"
}