Hello dudes! How i can emit my data in this fomat emit("event",string,string); code on node.js: `socket.on('event', function(data1,data2){....});` help me pls ._.
Hello dudes!
How i can emit my data in this fomat
emit("event",string,string);
code on node.js:
socket.on('event', function(data1,data2){....});help me pls ._.