You are reading a single comment by @user106712 and its replies. Click here to read the full conversation.
  • The socket object returned from createServer() shows (using JSON.stringify(sock)):

    {"type":0,"sckt":15,"conn":true}

    Are the above the only key/value pairs available?

    sock.remoteAddress and sock.remotePort are both undefined.

    Can these be discovered somehow?

About

Avatar for user106712 @user106712 started