cls-rtracer
cls-rtracer copied to clipboard
Restify Plugin Support
good job !
my question is tha i am using restify
(another nodejs framework),just wanna to know which plugin can i use ? thx!
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.
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 somethingcls-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~