zalmoxisus / remotedev-server

Connect Redux DevTools extension to a remote app.
MIT License
183 stars 43 forks source link

Use template-literal instead of EJS #54

Closed Drulac closed 5 years ago

Drulac commented 6 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 😀

zalmoxisus commented 5 years ago

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).