Following up on the thread about hooking up Rhino to a webserver
http://groups.google.com/group/mozilla.dev.tech.js-engine.rhino/browse_thread/thread/25b0b1619772ce4f#
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

Reply via email to