Java stubs to serialize TimeGlider (http://www.timeglider.com/jquery) to JSON
This plug-in is used to send and receive the JSON object directly with Web Sockets API.var ws = $.websocket("ws://127.0.0.1:8080/");ws.send('hello'); // sending message is '{type:'h...