strongloop / strong-remoting

Communicate between objects in servers, mobile apps, and other servers.
www.strongloop.com
Other
105 stars 93 forks source link

Use request instead of browser-request #192

Closed ritch closed 9 years ago

ritch commented 9 years ago

@bajtos

https://github.com/strongloop/strong-remoting/issues/177

bajtos commented 9 years ago

FWIW, request should work in browserify since https://github.com/request/request/issues/455

In the future, we may want to implement https://github.com/strongloop/loopback/issues/1211 and allow users to provide their own implementation of the http client. This should reduce the size of the browser bundle too.