文件名称:nsync2
文件大小:105KB
文件格式:ZIP
更新时间:2024-04-10 23:38:40
TypeScript
nsync2 这个工具可以帮助我实时同步文件。 它高度依赖于节点流api。 用法 服务器(发送方): cd " some dir which needs to be synced " node -s build/main/index.js . 客户(接收方): cd " some dir which needs to be synced " node build/main/index.js . 服务器将在服务器目录更改时向客户端发送命令。 特征 按块发送文件,而不将完整文件加载到内存中。 忽略.gitignore文件(需要做一些工作以完全支持.gitignore模式)。 从客户端自动发现服务器(通过udp多播)。 需要做什么 检查是否所有文件都在客户端连接上同步。
【文件预览】:
nsync2-main
----.prettierignore(82B)
----.gitignore(79B)
----tsconfig.json(2KB)
----README.md(696B)
----.github()
--------ISSUE_TEMPLATE.md(361B)
--------PULL_REQUEST_TEMPLATE.md(255B)
--------CONTRIBUTING.md(257B)
----LICENSE(1KB)
----package.json(4KB)
----src()
--------index.ts(645B)
--------types()
--------lib()
----tsconfig.module.json(177B)
----.eslintrc.json(985B)
----package-lock.json(346KB)