Does the new embedded libcouchbase binary use the libuv plugin for io?

The node couchbase driver used to require including the libuv plugin with libcouchbase for high performance. Is this still the case ? or do we still have to use a custom built binary of libcouchbase with the libuv plugin for this ?

Hey!
The embedded libcouchbase within couchnode still uses the same libuv io plugin as before to provide full integration with Node.js. You do not need to do anything special to have this support.
Cheers, Brett

That’s some really great news. It used to be a real pain setting it up. Thanks!