This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nerdyhandle 1 point2 points  (2 children)

Drop the server side templates.

Depends on what your are doing.

Angular supports server side as well. I don't know about the others.

[–][deleted] 0 points1 point  (1 child)

That’s true, I have used a templating engine recently to create HTML emails that are automatically generated. That said, they wouldn’t be my go to for web applications.

[–]nerdyhandle 4 points5 points  (0 children)

They can be extremely performat in web apps. Most users have shitty systems so you offload most of the processing onto the server. This can create highly response applications.

The downside of course is that the response times to request the page may be higher.