Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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?