Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 313 Bytes

dhtCrawler

一个简单的dht爬虫,用于搜集infohash

简介:

采用nodejs编写,由于js天生优秀的异步非阻塞io支持,无需向python2等其他语言一样采用超时机制同步等待响应,所以速度非常快。

使用方法:

npm start
推荐:配合使用forever或 pm2