I\'m new in node.js and java script, i cant find meaning of this \".on\" keyword. when i change it with another word code failed.
var req = http.get(\"http:/
.on is a method use to bind event handler.