soket io check kirim

socket.on("hello", (arg, callback) => {
  console.log(arg); // "world"
  callback("got it");
});
Puzzled Puffin