Here is a small script that I use to host a simple static file webserver in node.js. The script either lists the files in the directory, or it will output the requested resource. Save this script as local.js. Running this[…]
Read more
Convert.ToDotNet("Everyone")
Here is a small script that I use to host a simple static file webserver in node.js. The script either lists the files in the directory, or it will output the requested resource. Save this script as local.js. Running this[…]
Read moreMicrosoft released version 2.4 of TypeScript. TypeScript is a strict syntactical superset of JavaScript, and adds optional static typing to the language. TypeScript may be used to develop JavaScript applications for client-side or server-side (Node.js) execution. As TypeScript is a[…]
Read more