Hi Guys, I'm a bit stumped. I dont expect any details, just to be pointed in the right direction. I would like to add a chat box(s) to my game. I would be using node.js and socket.io to receive and distribute messages between users. I am not clear on the best approach to create actual chat box where messages would be displayed using pixie framework. Is there a best practice approach for this? Or do I have to use html text box layered on top for the messages? This would be somewhat involved 'chat' with game messages, multiple tabs and coloring/font patterns. Any suggestions would be greatly appreciated! Thank you