TeaJS - Your cup of server-side JavaScript. TeaJS is a wrapper around V8 Javascript engine
tea [-v] [-h] [-w [-d port]] [-c config_file] main_file
TeaJS reads the contents of main_file and executes it using the V8 engine. TeaJS implements CommonJS's Modules proposal, which allows for easy distribution of code into several modules. TeaJS ships with many built-in modules; more of them are available as separate packages.
- -v
-
Print TeaJS version
- -h
-
Show command line usage help
- -w
-
Wait for V8 debugger
- -d port
-
Listen for V8 debugger at this port
- -c config_file
-
Use a given config file instead of system-wide config file
TeaJS is hosted at Google Code. Its homepage is http://code.google.com/p/teajs/.
Please report bugs at http://code.google.com/p/teajs/issues/list.
TeaJS was written by Ondrej Zara <[email protected]>. It is released under the New BSD Licence.