Guest User

Untitled

a guest
Mar 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. io.on('connection', function (socket) {
  2. console.log("client connected");
  3.  
  4.  
  5. wss.on('open', () => {
  6. console.log("send processing");
  7. //line1
  8. })
  9. wss.on('message', () => {
  10. console.log("getting message processing");
  11. //line2
  12. })
Add Comment
Please, Sign In to add comment