socket.emit in a simple TCP Server written in NodeJS?
Socket.io has a beautiful thing to emit events and catch them on the other side, it’s in it’s first page (http://socket.io). Can I do something similar like that but with NodeJS’ regular ‘net’ module ? If not then what’s the equivalent ?