HostrのウェブサーバーをCloudflare Pagesとかに一発でデプロイできるやつ作ったら冗長化できそう
Discussion
I hope I can using Hostr without install go
Hostr cross binaries are already available, but this has the problem of not being intuitive to install. I want to develop CLI, libraries, etc. that will be easy-to-use tools for web developers.
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
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.
awesome, thank you~