how does Hostr works? is there an event stored the static page file like js/css/html ? can you provide more info on the event format, I am really curious

Reply to this note

Please Login to reply.

Discussion

Hostr defines independent events for HTML, CSS, and JS. Based on the nevent (d tag for Replaceable events) in index.html, download CSS and JS files and display them to the user. See NIP-106 PR for details.

https://github.com/nostr-protocol/nips/pull/811

awesome, thank you~