Files
socket.io/lib/parser.js
Guillermo Rauch 3f81f1fc57 Leverage the client parser.
In the same fashion that websocket.io leverages @einaros excellent
`ws` client module.
2011-12-22 18:58:52 -08:00

7 lines
118 B
JavaScript

/**
* Exposes the client parser to avoid code repetition.
*/
module.exports = require('engine.io-client').parser;