I am running NodeJS with Einaros WS Websocket server and I would like to keep track of the payload length client is sending to server because I want to close connections if payload is bigger than 600 bytes or so.
Where in this module can I obtain such information ?
I know I can just get the message length but I would like to get it at a low level.