youtube image
From YouTube: Node.js Loader Hooks for Fun and Profit - Vladimir de Turckheim, Sqreen

Description

Speakers: Vladimir de Turckheim
Latest version of Node.js feature loader hooks. These hooks can be used to update the behavior of the module loading in a Node.js application.

Let's play with that and build:
* a dependency injection tool
* a on-the-fly typescript loader
* a module loader to instanciate code from the network

and any other fun things we can imagine!