We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

HTML5 WebSockets and Socket.IO

Formale Metadaten

Titel
HTML5 WebSockets and Socket.IO
Serientitel
Anzahl der Teile
110
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
The web is no longer about retrieving documents interlinked to each other, as it was envisioned decades ago. With the explosion of the Web 2.0, AJAX led the way towards efficient communication and just retrieving or sending what was necessary. HTML5 introduces a new range of APIs that make the creation of full-fledged interactive applications easier than ever. With that comes WebSocket, which exposes a very basic channel of bi-directional communication with little overhead. WebSocket enables the transmission of data in real time faster and easier than ever before. Projects like Socket.IO, subject of this talk, have been working hard on bringing this API to everyone, in the same way jQuery did for the DOM and AJAX. Not only do we make WebSocket ready for real-world usage, but it comes with fallbacks for every browser. This talk will explore the creation and deployment of a realtime application the audience can interact with from their laptops and mobile devices.