Home / javascript

javascript

What Are WebSockets? A Brief Introduction

In this short video tutorial I’ll take a moment to explain WebSockets. We won’t go into the low-level details of WebSockets, but it helps to understand what’s going on behind the scenes. I’ll also give you an overview of the current browser support for WebSockets. | Difficulty: Beginner; Length: Quick; …

Lire la suite »

Polyfills as a Service

Vous pouvez maintenant utiliser les dernières fonctionnalités JS et les faire travailler essentiellement sur tous les navigateurs avec un effort minimal. Polyfill as-a-service detects the current browser using the User-Agent header and bundles all the necessary polyfills into a single JS file, effectively polyfilling the browser itself. It also keeps …

Lire la suite »