Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support replacing the actual HTTP transport in JS version #6

Open
fjenett opened this issue Jun 19, 2015 · 1 comment
Open

Comments

@fjenett
Copy link
Member

fjenett commented Jun 19, 2015

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 …

@dasantonym
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants