Closed Drulac closed 5 years ago
Template Literal is fastest, smallest and simplest template engine, because it use JS's literal template feature.
It's 55 times faster than EJS, and it also use less CPU and RAM ressources, so it may be a good idea to use it instead of EJS 😀
Thanks for the suggestion and sorry about the late answer. EJS is not heavily used, just to include remotedev-app, but if you'd like to change it, I'm open to a PR (just make sure to do it against 0.3 branch).
remotedev-app
0.3
Template Literal is fastest, smallest and simplest template engine, because it use JS's literal template feature.
It's 55 times faster than EJS, and it also use less CPU and RAM ressources, so it may be a good idea to use it instead of EJS 😀