Currently the handler for the nodejs server relies on 'data' and 'end' events to accumulate and process data. It would be handy if it could optionally take data from request.body when the body-parser middleware is also being used.
We have some other middleware that rely on body-parser that we would like to run before the cometd handler if possible.
Currently the handler for the nodejs server relies on 'data' and 'end' events to accumulate and process data. It would be handy if it could optionally take data from request.body when the body-parser middleware is also being used.
We have some other middleware that rely on body-parser that we would like to run before the cometd handler if possible.