cls-rtracer icon indicating copy to clipboard operation
cls-rtracer copied to clipboard

Restify Plugin Support

Open 7-happy opened this issue 2 years ago • 2 comments

good job !

my question is tha i am using restify (another nodejs framework),just wanna to know which plugin can i use ? thx!

7-happy avatar Jul 25 '22 09:07 7-happy

Hi,

Restify's middlewares look very similar to Express' one, yet there might be a caveat. Each middleware is required to return the next() result which is not something cls-tracer's Express middleware does. But you could try it and, if it appears to be non-compatible, contribute Restify support.

puzpuzpuz avatar Jul 25 '22 14:07 puzpuzpuz

Hi,

Restify's middlewares look very similar to Express' one, yet there might be a caveat. Each middleware is required to return the next() result which is not something cls-tracer's Express middleware does. But you could try it and, if it appears to be non-compatible, contribute Restify support.

thx for your reply, i will have a try~

7-happy avatar Jul 26 '22 02:07 7-happy