I was trying to implement a chat server in node.js using socket.io, as given on the socket.io website. Everything seems to work fine except that the messages are not getting appended in the list I have made on the client side's HTML code. Can someone tell me what I'm doing wrong?I was trying to implement a chat server in node