You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using $.ajax in the browsers and a wrapper around http with node.js. This is a start but should also more easily plug into $http with angular and probably others …
The text was updated successfully, but these errors were encountered:
now implements superagent which behaves quite ok when run through browserify
when refactoring the client code, i'll make sure the transport is abstracted so the client class can alternatively be extended to use a different transport
Currently we are using
$.ajax
in the browsers and a wrapper aroundhttp
with node.js. This is a start but should also more easily plug into$http
with angular and probably others …The text was updated successfully, but these errors were encountered: