2013
Mobile_Detect - php-mobile-detect - Lightweight PHP class for mobile/desktop detection - The lightweight PHP class for detecting mobile devices (including tablets) - Google Project Hosting
by Krome2012
2010
2009
Google veut doubler la vitesse du web en améliorant le protocole HTTP - 20minutes.fr
by srcmaxSPDY veut notamment améliorer les délais de latence et diminuer le nombre de connexions nécessaires, avec un nombre «paquets» transmis plus faibles (mais plus denses en information). Les résultats, avec un prototype de serveur et un Chrome optimisé? Un chargement des pages 55% plus rapide.
Chromium Blog: A 2x Faster Web
by srcmaxToday we'd like to share with the web community information about SPDY, pronounced "SPeeDY", an early-stage research project that is part of our effort to make the web faster. SPDY is at its core an application-layer protocol for transporting content over the web. It is designed specifically for minimizing latency through features such as multiplexed streams, request prioritization and HTTP header compression.
evserver - Google Code
by greutEvServer is a lightweight http server, created especially to host python WSGI applications. Additionally, it supports little known Asynchronous WSGI extension, which was suggested by Christopher Stawarz. Using this extension it's possible to create an output html response in many data chunks, without blocking the main server process while your application waits for external resources.
Comet the WSGI way.