Click to go back

NodeJS

Node JS is an asynchronous event driven JS runtime. A runtime is a program/system that lets programs built for that environment to run. The runtime system will handle memory management and garbage collection and so on. Examples of runtimes are NodeJS, .NET (Common Language Runtime aka CLR), Java Runtime, Adobe Flash Player etc