On Wednesday, 27 November 2013 11:11:56 UTC-8, Magnar Sveen wrote:
>
>
> On Wednesday, November 27, 2013 1:08:34 PM UTC+1, Stefan Kamphausen wrote:
>  
>
>> Howard has quite some experience with this and I'd expect he put a great 
>> deal of that into the new library. :-)
>>
>  
> Indeed. There's certainly a lot of care that's been put into the features 
> that are in Twixt now. :-)
>

I'd say that Optimus has a lot of great features, and so does Twixt.  

w.r.t. gzip; for assets, which are effectively static, it is silly to burn 
CPU to compress them on each request, so the gzip is at that level to 
support caching of the gzipped content.  You will certainly want gzip 
support for dynamic content.

Of course, in an AngularJS app, all your templates are static content 
(assets) as well, so you just want to gzip your JSON or EDN responses.

>From a cursory view of the Optimus readme, there's just differences in 
priorities of certain features; also  Twixt serves assets from 
META-INF/assets, not from a disk folder. That was actually the reason to 
move off of Dieter; that was not possible, and we had restrictions in our 
deployment model that required it.

Twixt is more interested in providing a development-time work cycle where 
changed assets are recompiled and otherwise reconstituted.  I don't want to 
have to bounce my app just because a stylesheet changed ... but in 
production, I don't want to burn cycles checking to see if files that will 
never change, have changed.



> - Magnar
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to