TeaJS icon indicating copy to clipboard operation
TeaJS copied to clipboard

Your daily cup of server-side Javascript.

TeaJS - Your cup of server-side JavaScript

TeaJS is a multi-purpose wrapper around V8 JS engine.

For the most recent instructions, refer to the wiki page for this project: http://code.google.com/p/teajs/wiki

  1. Building
  • see http://code.google.com/p/teajs/wiki/Compiling
  1. Configuration
  • see http://code.google.com/p/teajs/wiki/Manual and http://code.google.com/p/teajs/wiki/ApacheConfiguration
  1. Running
  • ./tea example/example (using TeaJS built from source)
  • tea example/example OR JUST example/example.js (using TeaJS installed from a package)
  • tea.exe example/example (using TeaJS on Windows)
  1. Contact