Is there an equivalent to Jack for Narhwal implemented in nodejs?
Is there a Jack equivalent for nodejs?
Asked Answered
Sort of, but not really. There's Kris Zyp's jsgi-node (installable as npm install jsgi
) at https://github.com/kriszyp/jsgi-node.
The most popular middleware-stacking thing in NodeJS is Connect. Rather than using connect directly, most people use Express.
Also, check out common-node, which uses fibers to emulate the sync APIs in commonjs. olegp.github.com/common-node –
Frutescent
© 2022 - 2024 — McMap. All rights reserved.