The missing AngularJS 1.x WebSocket module for connecting client applications to servers.
People
Repo info
Activity
Steeve
@WnP
my bad, I just forget to add angular-websocket to karma imports
sorry for the noise :D
mbw42
@mbw42
Ask, angular2-websocket support IPv6 access?
Ask, angular2-websocket support IPv6 access?
Saurabh Mishra
@muditsaurabh
Hi, can somebody give me pointers for using websocket with angular 4
{{Wishnu}}
@V5hnu_twitter
A general websocket question Is there any option to send data to client, without any request from client?
piux
@piux
yes use emit
websockets is about events
there are 4 events
or you can use intervals
tim1003
@tim1003
hi
Fossil
@Fossil01
Guys. Anyone here who can help me with adding a JWT Authorization header to the websocket connection string? There's a PR for it which I have transpiled but I dont know how to add it
AngularClass/angular-websocket#107
This is my current string which works on ws servers without needing JWT auth.
var wsTransactions = $websocket('wss://frontend.smartloxs.io:8090/access/transactions', {
reconnectIfNotNormalClose: false
});
Claudio Pomo
@scne
I'm using AngularWebSocket with angular-nvd3. I get a lot of error in console about Uncaught Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!
I`m using Angular universal and webpack compiler exactly like docs that angular published. But I faced many errors:
ERROR Error: NotYetImplemented at Document.exports.nyi (webpack-internal:///./node_modules/domino/lib/utils.js:41:9) at CookieService.check (webpack-internal:///./node_modules/ngx-cookie-service/cookie-service/cookie.service.js:31:48)
ok, i made it var params = { channel: "AppearanceChannel", uuid: "" }; let data = JSON.stringify({ command: "subscribe", identifier: JSON.stringify(params)}); dataStream.send( data );
_
prog20901
@prog20901
Websocket or TCP or Push Notification - which is best to create stock mobile apps which updates with live stock updates. ???
Ayub
@AyubOpen
I have a websocket application deployed on google cloud platform and the websocket closes after 30 seconds, tried changing the timeout of backend service but it does not resolve the issue. Any clues pls ?
zorindev
@zorindev
Hello. I am trying to use angular-websocket in a spring boot application and failing to find how does the client subscribe to a certain path that the socket is replying on ? Thanks.
Antoine Luckenson
@aluckens
Hello guys, I'm trying stream a video over websocket connection does anyone have an idea how to do it please?
Mukesh
@mukeshsalaria01
Hey guys, Any one has good reference of using websocket with Angular 2