teajs is a JavaScript runtime built on Chrome's V8 JavaScript engine

On contrast to nodejs, teajs is synchronous which eliminates callback-hell (or newly introduced await-hell), allows CPU-intensive tasks without stop-world and returns development back to original design guides.

teajs can be executed in both cgi and fastcgi modes, and when used with Apache2 fastcgi module, allows auto-scaling (Apache launches new processes when load increases and stops them autmaticalley whenever load drops).

Download

PROs

CONs