Bikechain. A JavaScript engine that runs web apps on servers instead of in browsers.

getify.com

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2011
  • v0.0.2 -- fixed LOTS of bugs with logging
January 2011
  • bug fixes on error handling/reporting
  • fixing bug with malloc() and free() in executeProcess()
  • tweaking default makefile
  • ignore engine binary and makefile
  • ignoring .gitignore itself, and any/all log files
  • adding logs/ directory
  • v0.0.1.9 -- added config file parsing and basic logging facility, as …
  • adding missing "misc" directory, and tweaking error reporting in engi…
  • removing old (confusing) `src` directory
November 2010
  • v0.0.1.4 -- lots of code cleanup, beginnings of "Storage" module
October 2010
  • v0.0.1.3 updates
June 2010
  • updates
  • added content-type header handling and js exit() function support, al…
  • added global "exit()" function
February 2010
  • fixed a miss
  • added note about min V8 version
  • fixing to use "instanceof" operator now that the V8 bug has been fixed