node.js

NodeJS is the server-side JavaScript implementation. It utilizes Google's V8 engine and is very light on resources and fit for scalability and real-time systems. See Node.JS project (link).

Texts

    • Tutorials, Node Beginner (link)

My articles

    • Useful node.js packages (link)
    • npm tips (link)

Communication

Native Libraries

child_process

    • Manual and Documentation (link)

fs - FileSystem

    • fs Manual and Documentation (link)
    • fs Reference Guide (link)

process

Process can be used to read startup parameters.

    • documentation (link)

Node Package Manager

Home (link)

Packages

Express

Express can use the following templating engines:

Jade

Jade can be combined with Markdown (link), providing a simple and powerful templating system.

    • Jade Syntax (link)
    • Jade Template Syntax, by example (link)
    • Markdown syntax at extremeJade (link)

EJS

EJS (link)

Supervisor

Repository (link).