You cannot post messages because only members can post, and you are not currently a member.
Description:
Narwhal: a flexible server-side JavaScript standard library
Jack: a JavaScript web server Interface
|
|
|
XMLHtttpRequest using narwhal
|
| |
Hi All,
I want to know if we can get XMLHttpRequest evaluated and executed
using Narwhal interpreter ?
Regards,
Ashish
|
|
Narwhal-JSC on Linux
|
| |
Hey everyone,
There is a note at the bottom of the narwhal-jsc engine saying that
getting it compiling on Linux can be fixed by an improved Makefile.
What in particular is missing? I'm guessing basically the link lines
and such need to be switched from OS X to Linux library/framework
names?
Also, what all does Narwhal-JSC depend on? Is it just JavascriptCore?... more »
|
|
Narwhal Tests - Windows
|
| |
Does anyone have a branch or fork w/ patches that allow the tests to
run successfully on windows?
Currently, I get a lot of failing tests around the file module and
others. I'm trying to output test results to a log file to get a more
comprehensive look at what's broken, but I can only seem to get a... more »
|
|
JSLint CommonJS module
|
| |
Hello, I'm not sure how much interest there is for this, but I have wrapped Douglas Crockford's JSLint as a CommonJS module and wrote a simple front-end for it using Narwhal's command line argument parser. I know there is some prior art with respect to command line JSLint front- ends, but I really needed something that could read from both files... more »
|
|
Line Numbers on Exceptions?
|
| |
Given: exports.app = function(env) { throw new Error("an error occurred"); return { status : 200, headers : {"Content-Type":"text/plain"}, body : ["test"] }; ...How can I get the line number and file name of the exception? It's especially critical for nested files and modules.... more »
|
|
Jack require path not working on windows
|
| |
I think this is related to the activate/sea scripts of an apps bin folder not working correctly in windows. If you tusk-init myApp and then execute either activate or sea, you are not able to require("module") for any files in the local apps lib directory. You have to explicitly type require("./lib/module"). This is ok for... more »
|
|
Filesystem A Draft 6
|
| |
I've just started using Narwhal and Common JS for some file system
based scripting. In doing so I saw the current implementation doesn't
match the current version of the spec. In at least a couple of places
it seems to be method renaming (removeTree in the spec compared to
rmtree in narwhal). I'm wondering about plans to move narwhal... more »
|
|
Jack File Upload Problem?
|
| |
Maybe it's late and I'm missing something simple, but on windows, I'm
unable to get /examples/upload.js to upload anything except text
files.
Binary files (pdfs, jpgs) etc are corrupt and not loadable.
Also, where is config determining where to upload the file? Not sure
why it's defaulting to where it is.... more »
|
|
Documentation
|
| |
First cut of documentation from my "future" branch, using "whatsupdoc"
and "thatsallfolks":
[link]
I could use a lot of help filling out details. If you're up for a
challenge, "whatsupdoc" could use some love in the tagParsers to be... more »
|
|
|