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

Websocket support #84

Closed
jakubjosef opened this issue Dec 28, 2014 · 2 comments
Closed

Websocket support #84

jakubjosef opened this issue Dec 28, 2014 · 2 comments

Comments

@jakubjosef
Copy link

Hi everybody,
i want to use this pretty looking module for my angular js application with Vert.x as backend.

So i want to send credentials (login (email), password) by Vert.x EventBus which is WebSocket JS library.
EventBus send data farther to auth module.
Auth module do verification job and return some kind of sessionID.
If I know, this module is be able to use only with standard HTTP requests to URL, am I wrong?

Thank you for your help.

@lynndylanhurley
Copy link
Owner

All of the API requests in this module use $http. I don't think $http supports websockets.

I haven't looked into websockets support yet. Can you recommend a good library?

@lynndylanhurley
Copy link
Owner

After doing some research, I've decided that websocket authentication makes more sense as a separate project. This module is meant to be used with a ReST API, and websocket apps don't really fit that paradigm.

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

No branches or pull requests

2 participants