Eric Foster d5378345de connection between front end and database | il y a 6 ans | |
---|---|---|
.. | ||
LICENSE | il y a 6 ans | |
index.js | il y a 6 ans | |
package.json | il y a 6 ans | |
readme.markdown | il y a 6 ans |
https module compatability for browserify
var https = require('https-browserify')
var r = https.request('https://github.com')
r.on('request', function (res) {
console.log(res)
})
The API is the same as the client portion of the node core https module.
MIT