One question and one suggestions: question:
- does the jetty handler support multithreading? suggestion: - it would be better to use Javascript conding conventions (ie camelCase) instead of Ruby's coding conventions (ie snake_case) regards, -g. On Jan 13, 1:41 am, Tom Robinson <[email protected]> wrote: > Following up on the thread about hooking up Rhino to a > webserverhttp://groups.google.com/group/mozilla.dev.tech.js-engine.rhino/brows... > I have ported portions of Rack (http://rack.rubyforge.org/) to > JavaScript. Rack/WSGI/Jack are essentially a thin interfaces between > web servers and Ruby/Python/JavaScript applications, respectively. It > also lets you hook up "middleware" that does things like logging, > serving static files, etc. > > Right now it supports Jetty and Rhino, but it should be pretty easy to > support other servers. It's still a work in progress but I'd like to > get other people trying it out to get some feedback, and contributing! > > http://github.com/tlrobinson/jack > > I'll hang out in #jack-js on irc.freenode.net in case anyone needs > help/wants to contribute. Or email me. _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
