I'm searching for examples that show how to telnet on node.js app port and show how this has less overhead than telnetting on apache http port. Can anyone help me?
If you're talking about overhead in HTTP headers, I would recommend you use something like Fiddler as this will tell you exactly that is being sent backwards and forwards for any requests.