https://github.com/substack/node-browserify
♥ my stack is full of those modules!
what is the default way to create dynamic pages? must have missed that!
var dnode = require('dnode') dnode(function(client){ this.is = function(cb){client.what(function(data){cb(data+' is awesome!')})} }).listen(3003).on('ready', function(){…
https://github.com/substack/node-browserify
♥ my stack is full of those modules!
what is the default way to create dynamic pages? must have missed that!
var dnode = require('dnode') dnode(function(client){ this.is = function(cb){client.what(function(data){cb(data+' is awesome!')})} }).listen(3003).on('ready', function(){…