Connectivité
	Connexions bidirectionnelles :
	var socket = new WebSocket(
            'ws://game.example.com:12010/updates');
socket.onopen = function () { …};
	Bientôt, connexions P2P:
var connection = new PeerConnection('STUNS example.net',
                          signalingCallback);
        → Communications temps-réel