dankswoops on Nostr: Hi, Nostr Devs. I had an interesting idea and would love to hear some feed back. A ...
Hi, Nostr Devs. I had an interesting idea and would love to hear some feed back.
A websites code can be minified into a string.
Relays have a max character limit inside the json.
What if we made a simple function to break the website string into packets with a number order, push those into a relay, and users could grab those packets. With the order numbers, another function could be used to compile them back into a complete html/framework file and serve the website to the user. Users can verify the code wasn't tampered with since it came from the same secret key.
Has anyone every done anything like this? Is this worth creating a NIP for?
Lastly what every happened to Nostr Website Services NWS? I was too young at nostr when it came out to investigate this code when it came out. Can anyone link me to where this is at now and where it's being implemented?
A websites code can be minified into a string.
Relays have a max character limit inside the json.
What if we made a simple function to break the website string into packets with a number order, push those into a relay, and users could grab those packets. With the order numbers, another function could be used to compile them back into a complete html/framework file and serve the website to the user. Users can verify the code wasn't tampered with since it came from the same secret key.
Has anyone every done anything like this? Is this worth creating a NIP for?
Lastly what every happened to Nostr Website Services NWS? I was too young at nostr when it came out to investigate this code when it came out. Can anyone link me to where this is at now and where it's being implemented?