12thmix - C2/C3 already support WebSockets (which all browsers support), but they require a server to connect to. You can already make a multiplayer game if you want, but you have to write the server. WebRTC makes this easier by not using a server, since it works peer-to-peer.