meteor / node-stubs

Stub implementations of Node built-in modules, a la Browserify
MIT License
17 stars 8 forks source link

Replace unmaintained http-browserify with stream-http #13

Closed chitezh closed 6 years ago

chitezh commented 6 years ago

http-browserify lacks so many node features and was updated last 4 years ago

https://github.com/meteor/node-stubs/issues/9 https://github.com/auth0/lock/issues/1167, etc

chitezh commented 6 years ago

yeah, I believe stream-http is a drop-in replacement as they were both modelled after node http to same methods. http-browserify was not just updated to match the additions in node http