Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. const io = require('socket.io-client');
  2.  
  3. var socket = io("socket.donationalerts.ru:3001");
  4. socket.emit('add-user', {token: "n4W7aRMDJSfJexmLvNzn", type: "minor"});
  5. console.log(socket.id); //undefined
  6. socket.on('donation', () => {
  7. console.log(socket.id);
  8. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement