I wrote a small node.js netServer chat application. I want to work on creating an ncurses user-interface for it. Problem is, the chat application is written server-side, and people connect via netcat, so the question is how I would go about manipulating ncurses on the client-side through it?I wrote a small node.js netServer chat applicat