Re: [nodejs] Re: Streaming asynchronous template engine

2013-10-01 Thread Angel Java Lopez
Node-blue, Interesting... to study an implementation of Readable I think it is a typo: https://github.com/Floby/node-blue/blob/master/lib/Template.js#L53 you are using 'self' (not defined?) and in the following lines, you switch to use 'this' On Tue, Oct 1, 2013 at 4:52 AM, Floby wrote: > http

[nodejs] Re: Streaming asynchronous template engine

2013-10-01 Thread Floby
http://github.com/floby/node-blue ? On Wednesday, 30 May 2012 14:15:46 UTC+2, Oliver Leics wrote: > > Hallo, > > is dustjs[1] really the only template engine that implements rt > streamed render output and supports asynchronous calls within > template-functions? > > [1] https://github.com/akdu

[nodejs] Re: Streaming asynchronous template engine

2013-09-30 Thread Oliver Leics
On Monday, September 30, 2013 1:18:07 PM UTC+2, Alex Kocharin wrote: > > > When this thread started, this option didn't exist yet, but now we can > just patch any template engine to use async interface with harmony > generators. So I guess this question is pretty much outdated. > This thread is

[nodejs] Re: Streaming asynchronous template engine

2013-09-30 Thread Alex Kocharin
When this thread started, this option didn't exist yet, but now we can just patch any template engine to use async interface with harmony generators. So I guess this question is pretty much outdated. On Monday, September 30, 2013 12:58:37 PM UTC+4, Tim Shnaider wrote: > > I guess you've gone t

[nodejs] Re: Streaming asynchronous template engine

2013-09-30 Thread Tim Shnaider
I guess you've gone through the list here: https://github.com/joyent/node/wiki/Modules#wiki-templating I had the same frustration finding a decent engine that had a syntax I liked with async support. I love Swig, but it has no async support. DustJs supports async, but it has a horrible syntax

[nodejs] Re: Streaming asynchronous template engine

2012-05-30 Thread Pedro Teixeira
There is substack's node-trumpet: https://github.com/substack/node-trumpet This one uses css selectors for replacements. I use a modified version of this one in woosh. btw, woosh is unfinished. On Wednesday, May 30, 2012 1:15:46 PM UTC+1, Oliver Leics wrote: > > Hallo, > > is dustjs[1] really t

[nodejs] Re: Streaming asynchronous template engine

2012-05-30 Thread Oleg Efimov (Sannis)
https://github.com/linkedin/dustjs is more fresh version :) среда, 30 мая 2012 г., 16:15:46 UTC+4 пользователь Oliver Leics написал: > > Hallo, > > is dustjs[1] really the only template engine that implements rt > streamed render output and supports asynchronous calls within > template-function