Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use template-literal instead of EJS #1

Open
Drulac opened this issue Jan 7, 2018 · 3 comments
Open

Use template-literal instead of EJS #1

Drulac opened this issue Jan 7, 2018 · 3 comments

Comments

@Drulac
Copy link

Drulac commented Jan 7, 2018

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 😀

@mbret
Copy link
Owner

mbret commented Jan 7, 2018

You are completely right and i'm using string literal for a long time now :) The fact is that I don't have any more free time to give to this project :/ I don't even remember the state where I left the app as it's still unfinished. Are you actually using it ?

@Drulac
Copy link
Author

Drulac commented Jan 7, 2018

I don't use it, but I saw that you use EJS, so I take the time to tell it yo you 😊

@mbret
Copy link
Owner

mbret commented Jan 7, 2018

Ah I see, thank you then :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants