You need to do res.end instead of res.send. res.send is a part of express module and not of core http module.