Hey,
So I'm working on a project that will (hopefully) be moving to AngularJS soon. Before it can though, I need to assess angular's capabilities in different areas (security, working with other js libraries, modularity, etc).
One thing that I'm a bit stuck on is AngularJS and WebSockets. I'll admit I don't know much about WebSockets. What we want to have is an angular web app that hooks into a Play 1.2.5 RESTful backend. Eventually we want to be able to add in WebSockets for updating live dashboard screens etc.
What I'm hoping the community can tell me is: what's support like for WebSockets in AngularJS? Presumably there isn't built-in support, but I could create a service around some js library for sockets? What JS libraries are there that handle sockets really well? I know there's Socket.IO but that requires Node.JS right?
Thanks,
Gordon