Getting Started With WebSockets And Ember
So what are WebSockets? A WebSocket is a protocol that allows communication over TCP in web browsers and web servers. In most instances you have a server and a client and they communicate with each other over a socket. You might remember I created a basic Socket.IO tutorial using…