Files
socket.io/lib/parser.js
Sweet face92f018 paerse.js: modified parser to be used with the parser repo
package.json: updated with the correct parser dependency
common.js: changed the parser path
server.js: also changed the parser path
2013-01-19 12:25:31 -08:00

6 lines
120 B
JavaScript

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