narwhal

Narwhal/Jack on IIS 7?

Has anybody successfully got an implementation of these running under IIS on Windows? ...

Rhino - Set FEATURE_LOCATION_INFORMATION_IN_ERROR in code?

I'd like fileName, lineNumber and stack traces to automatically be provided by Rhino for any errors. I've been told that I need to set FEATURE_LOCATION_INFORMATION_IN_ERROR on the current context, but I'm not sure how to do this in code. Does anybody have an example of turning this feature on so that I can see stacktrace dumps on crash...

best way to run narwhal under linux

I'm checking out narwhal. It seems pretty cool, and I'm particularly impressed with the tusk package management system. However, since narwhal runs under rhino, the usefulness of this command-line tool is impinged upon by the JVM's obscene startup times. I'm aware of narwhal's ability to run under different engines, but it's unclear w...

Differences between Narwhal and Node.js?

I'm new to Node.js and I have been reading about Narwhal that is a framework based on Rhino. My questions: If I'm using Node.js, should/could I use Narwhal and it's libraries/modules? Aren't the libraries/modules in Narwhal IO-blocked (why Node.js got this huge popularity)? Is Node.js only for creating Web servers or is it for creatin...