Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 422 Bytes

fsync 文件服务

client端

  1. 提供http,rpc文件上传服务
  2. 定时将文件同步到server
  3. 支持同步到多个server

server端

  1. 提供http文件下载服务
  2. 提供http,rpc文件上传服务
  3. 接收来自client端发送的文件,并保存到指定目录
  4. 对频繁下载的文件进行缓存

同步服务