Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML 5 (CONNECTIVITY (Web Sockets (W3C/IETF Standard, Real-time, low…
HTML 5
CONNECTIVITY
Web Sockets
-
Real-time, low latency, true full-duplex communication channel
Build on top of HTTP, sharing ports with existing HTTP content, use ws: and wss: schemes
Only small overhead for text messages, reducing bandwidth
Server-Sent Events
-
-
The API is designed such that it can be extended to work with other push notification schemes such as Push SMS.
-
Cross-document messaging
-Enables secure cross-origin communication across iframes, tabs and windows
-Uses Origin security
-
HTML5 SEMANTICS
-
-
Microdata, ARIA attributes
3D, GRAPHICS, EFFECTS
-
WebGL
-
Run as a specific context for the HTML <canvas> element, which gives you access to hardware-accelerated 3D rendering in JavaScript.
-
-
-
OFFLINE&STORAGE
-
Local Storage, Session Storage
Web storage and DOM storage (document object model) are web application software methods and protocols used for storing data in a web browser.
-
PERFORMANCE&INTEGRATION
-
History API
The DOM window object provides access to the browser's history through the history object. It exposes useful methods and properties that let you move back and forth through the user's history
-
-
-