Take this example: I'm writing an eCommerce solution that allow our users to upload their template files. Bam! Problems! Our users can't interact with the database inside the template because all data must come from the controllers that they don't have access. We have some solutions like AJAX calls or even web sockets but that's too much for a front end developer. I really miss this in Node.js
-- Att, Alan Hoffmeister 2012/11/27 Вадим Барышев <[email protected]> > Can you show an example of really needed asynchronous helper in real world? > > вторник, 27 ноября 2012 г., 19:33:19 UTC+4 пользователь Alan Hoffmeister > написал: >> >> Why there is no template engine that can handle async helpers / functions? >> >> -- >> Att, >> Alan Hoffmeister >> >> >> 2012/11/27 jmartins <[email protected]> >> >> >>> +1 >>> >>> Em quinta-feira, 15 de novembro de 2012 18h31min29s UTC-2, Chad Engler >>> escreveu: >>>> >>>> If I didn't have to use CoffeeScript I would be all over it L >>>> >>>> >>>> >>>> -Chad >>>> >>>> >>>> >>>> *From:* [email protected] [mailto:nod...@googlegroups.**co**m] *On >>>> Behalf Of *????? ??????? >>>> >>>> *Sent:* Thursday, November 15, 2012 3:03 PM >>>> *To:* [email protected] >>>> >>>> *Subject:* [nodejs] ECT - new performance focused template engine >>>> >>>> >>>> >>>> Hi All, >>>> >>>> >>>> >>>> I want to show you new javascript template engine - ECT. >>>> >>>> >>>> >>>> GitHub: >>>> https://github.com/**bar**yshev/ect<https://github.com/baryshev/ect> >>>> >>>> Home page: http://ectjs.com (you can play with demo here) >>>> >>>> >>>> >>>> General features: >>>> >>>> - Excellent performance >>>> - Inheritance, partials, blocks >>>> - Templates caching >>>> - Automatic reloading of changed templates >>>> - CoffeeScript code in templates >>>> - Tag customization support >>>> - Node.JS and client-side support >>>> - Powerful but simple syntax >>>> - Compatible with express >>>> - Backward compatible with eco >>>> >>>> Now ECT is the leader in template engines performance. ECT 4 times >>>> faster than Eco and EJS, and 10 times faster than Jade. You can see >>>> benchmark suite for most popular template engines here: >>>> https://github.com/**barys**hev/template-benchmark<https://github.com/baryshev/template-benchmark> >>>> >>>> >>>> >>>> I will wait for your feedback, thanks. >>>> >>>> -- >>>> Job Board: http://jobs.nodejs.org/ >>>> Posting guidelines: https://github.com/joyent/**node** >>>> /wiki/Mailing-List-**Posting-**Guidelines<https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines> >>>> You received this message because you are subscribed to the Google >>>> Groups "nodejs" group. >>>> To post to this group, send email to [email protected] >>>> >>>> To unsubscribe from this group, send email to >>>> nodejs+un...@**googlegroups.com >>>> >>>> For more options, visit this group at >>>> http://groups.google.com/**group**/nodejs?hl=en?hl=en<http://groups.google.com/group/nodejs?hl=en?hl=en> >>>> >>>> -- >>> Job Board: http://jobs.nodejs.org/ >>> Posting guidelines: https://github.com/joyent/**node/wiki/Mailing-List-* >>> *Posting-Guidelines<https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines> >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> nodejs+un...@**googlegroups.com >>> For more options, visit this group at >>> http://groups.google.com/**group/nodejs?hl=en?hl=en<http://groups.google.com/group/nodejs?hl=en?hl=en> >>> >> >> -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
