UI Deploy

Curated, Short, Web UI Dev we Love.

More Responsive Single-Page Applications With AngularJS & Socket.IO: Creating the Library

Neither HTML nor HTTP were created for dynamic web applications. We basically rely on hacks, on top of hacks to give our apps a responsive user interface. AngularJS removes some limitations from HTML, allowing us to create and manage user-interface code easier. Socket.IO, on the other hand helps us send data from the server not only when client requests it, but also when the server needs to. In this article I will show you how to combine these two, to improve the responsiveness of your single-page apps.

view source

Advertisement