gabrieldemian/vincenzo

Implement Daemon

gabrieldemian opened this issue · 0 comments

The way the the code works right now, the UI is already detached from the backend (that will become our daemon). With that, adding support to only run the daemon with no UI wouldn't be much hard to do. Some benefits:

  • Users can implement their own UI
  • Download files on a background process

The daemon would have an API that the UI will communicate on.

A few comments on reddit about this:
https://www.reddit.com/r/rust/comments/1625x73/comment/jxxvr68/?utm_source=share&utm_medium=web2x&context=3
https://www.reddit.com/r/rust/comments/1625x73/comment/jxwpnn2/?utm_source=share&utm_medium=web2x&context=3
https://www.reddit.com/r/rust/comments/1625x73/comment/jxxxmjk/?utm_source=share&utm_medium=web2x&context=3