PatrickJS

Results 187 comments of PatrickJS

yeah, that makes sense. can you edit the readme to mention this?

how are you using createNewHosts

@mattdistefano can you make a PR?

hmr is destroying the angular app and bootstrapping the app again with the changes so if you're missing teardown logic in your components then there will be problems. same with...

I looked into this a few times. It's a lot harder unless we do a lot of hacks/rewriting of the framework in a loader

can you open a pull-request?

I'll have to update the documents and create examples with auth tokens. Here are some resources for you to look into. https://auth0.com/blog/2014/01/15/auth-with-socket-io/ http://socket.io/docs/migrating-from-0-9/ https://github.com/Automattic/socket.io/wiki/authorizing http://www.christian-schneider.net/CrossSiteWebSocketHijacking.html http://lucumr.pocoo.org/2012/9/24/websockets-101/

Thanks for submitting the question. I'm not sure I understand the question correctly. Are you asking about how to use `$websocketBackend` mock with `$websocket` or how does `$websocketBackend` work with...

If you're using `$websocketBackend` on the `server` assuming you want to send data down to the `client` then yeah that doesn't work and I can explain why that is. If...