NfNitLoop / feoblog

A distributed, cryptographically-verifiable blog / social network
Other
71 stars 4 forks source link

Idea: Package FeoBlog as an Electron(-like?) application. #77

Open NfNitLoop opened 2 years ago

NfNitLoop commented 2 years ago

The current implementation is a Rust server that just serves its content to a browser, and the client runs in the browser.

Is that something that could easily be bundled up into something like Electron?

This would make FeoBlog a lot more palatable to folks who aren't comfortable with the CLI and running servers.