node-webot / wechat

微信公共平台消息接口服务中间件
Other
5.11k stars 1.19k forks source link

Use template-literal instead of EJS #274

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 😀