Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题:
二进制数据存在于服务器上,并定期更新。它应该以带宽有效的方式复制到客户端,并且应该通过 HTTP(S) 运行。一个理想的解决方案是使用增量补丁并删除服务器上不再存在的文件,这些文件在客户端上。
可能的解决方案:
需要明确的是,这是一个 Node.JS 问题。我真的希望我不需要编写 ZSync 库,但我最初的搜索结果一无所获。
谢谢你的帮助!