I have created a TCP server using Node.js which listens to clients connections. I need to transmit data from TCP server
If you need to communicate server-server than websockets is probably not a best choice. Try one of RPC libraries, or just use HTTP or your own protocol.