Can i create a dummy socket.io client inside the socket.io server in node.js
问题 We are writing an Application- which need a dummy user as a socket.io client with the user ,which will act as a dummy user , to send and recieve messages . Each user will have the dummy client that should be able to send message to client(User). I need help for implementing this. This is my server connection handler .I want to create a socket.io client here , as new client is connected on server .Can i develope it if yes then how ? self.socket.on('connection', function(client){ //here i want