Eric Foster d5378345de connection between front end and database | před 6 roky | |
---|---|---|
.. | ||
LICENSE | před 6 roky | |
index.js | před 6 roky | |
package.json | před 6 roky | |
readme.markdown | před 6 roky |
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