sjoenh

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by sjoenh

  1. Nice to see this community alive! :D

    My non-technical friends shouldn't have to download a client before downloading a shared file.

    The more I think about it, the more I see that a client might be an ideal way to deliver it from sender to receiver. But it makes it more troublesome for the receiver.

     

    User-stories

    As a sender, I would like to send a file to a person.

    As a receiver,  I want to download the file via my browser.

     

    I can think of two possible implementations:

    1.  (the dumb way) Open an HTTP-socket to the file from my computer.
      • Wouldn't utilize any swarm delivery techniques. (bad, but maybe fit for the job)
    2. (the clever/hard way) Make a Resilio Sync Web-Client.

     

    In my case, Sync of files/folders after download would not be important.

    - Henry