tj / ejs

Embedded JavaScript templates for node
4.47k stars 513 forks source link

v8js #209

Open jaroslawziolkowski opened 9 years ago

jaroslawziolkowski commented 9 years ago

Does possible is use EJS on server side by v8js? I ask because in standard EJS call AJAX to get template from server. In this case we have template provide by php.

mde commented 9 years ago

This version of EJS is no longer maintained. The version on NPM is here: https://github.com/mde/ejs And yes, it works either in Node or in the browser.