- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/cjb/gittorrent
- 软件文档: https://github.com/cjb/gittorrent
软件介绍
GitTorrent 是一个点对点的 Git 仓库网络,基于 BitTorrent 进行分享。
GitTorrent 包含 5 个组件:
一个 git 传输助手,知道如何去下载和上传 git 对象,可用于 git 本身执行 fetch/clone/push 操作
一个分布式哈希表来告知节点提供的 git 服务
BitTorrent 协议扩展负责发送打包文件到对方
一个 key/value 存储基于分布式哈希表,作为用户配置,描述一个用户的仓库以及最新的 git 哈希
用于在 Bitcoin 的 blockchian 中注册友好用户名的方法
开始使用
npm install gittorrent
克隆仓库
git clone gittorrent://github.com/someuser/somerepo
提供 Git 服务
touch somerepo/.git/git-daemon-export-ok gittorrentd
Ruby on Rails敏捷开发最佳实践
李刚 / 电子工业出版社 / 2008-4 / 79.80元
《Ruby on Rails敏捷开发最佳实践》适用于正在使用Ruby On Rails进行应用开发的开发人员、渴望了解Ruby On Rails框架的开发人员,尤其适合有初步的Java EE开发经验,想从Java EE平台过渡到Ruby On Rails开发平台的开发者。 Ruby On Rails框架一经推出,立即引起B/S结构应用开发领域革命性的变化:开发者无需理会架构,只需要按Rail......一起来看看 《Ruby on Rails敏捷开发最佳实践》 这本书的介绍吧!
