I have an application which is writing on a port(TCP message using spring-integration tcp-outbound-channel on a particular port). I want to write a listener which will listen and validate the message coming on this port.
One of the recommendation is to use socket.io. I tried to do a sample POC, But I am unable to start non http server. How can I start a socket.io based server which will listen to messages sent over TCP( without http).