Jacky-wzj Blogs
Free Online Project Management System
free online project management system.
知名的有下面几个项目:
相关对比文章:
asana-vs-producteev-cross-platform-task-management-for-teams-vs-trello
Nodejs Https Client
freamework
- https://github.com/mattcg/socks5-https-client
- https://github.com/zordius/https-scan
- https://github.com/pretorh/service-client
- https://github.com/TooTallNate/node-https-proxy-agent
- https://github.com/substack/https-browserify
- http://nodejs.org/api/https.html
- https://github.com/nategood/node-auth
var options = {
hostname: 'encrypted.google.com',
port: 443,
path: '/',
method: 'GET',
key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'),
cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem')
};
options.agent = new https.Agent(options);
var req = https.request(options, function(res) {
...
}