how to send message to http tunnet(using netty.jar) in java from node.js(using EverSocket.js module)

my server is in java which is written in http tunnel (not in web socket) using netty.jar and my client in node.js(using EverSocket.js module).i want to send client information such mac address to server. the sample code is here