Node.net – Node.js implemented in Javascript on the .NET runtime
– Same theory of operation as Node.js (single threaded eventing front-end, non-blocking IO back-end)
– API compatibility with Node.js
– Written entirely in Javascript (JScript.NET)
– Runs on the .NET runtime