Hi all, once I created a web server using
require("http").createServer
Which function should I call to close it? Thanks.
@Unreality started
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.
Hi all, once I created a web server using
Which function should I call to close it? Thanks.