I\'m using Node.js and I\'m having issues communicating with a client.
I define Express:
var express = require(\"express\"); var app
If you want to get parameters on the clientside via javascript, you should do template like this , otherwise variables aren't available
If you use Jade, it will be something like this:
script(type='text/javascript'). var name = !{name}