in TestChatServer/static/proxy.js [47:51]
SocketClient.prototype.onmessage = function (message) { var el = document.createElement('li'); el.innerHTML = message.data; window.document.getElementById('history').appendChild(el); };