You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pure-Unobtrusive...@googlegroups.com
Hello Mic & everyone,
I was wondering whether anyone got PURE to work on the server side with Node. I've seen mentions in an old thread [1] but nothing definitive.
I've used PURE in a prototype project and liked it a lot, I'm sold on designer-friendly, logic-less templates, however at the moment it seems like Weld [2] is the only such engine running on both the client and the server. I still have to try it but on first look it doesn't appear as versatile as PURE.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JavaScript Templates Engine PURE
Hello Massimiliano,
Both weld, and pure need jsdom+jquery(or another selector engine) on
node to work.If I remember well Elijah who made an example of pure.js
on node https://gist.github.com/729432, is behind weld.
I'm sorry, but I'm not a big fan of server rendering.That's probably
why I don't contribute a lot about it.
But if anyone is interested, feel free to push request examples on
http://github.com/pure/pure under the folder: nodeI'll accept them
happily.
Cheers,
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pure-Unobtrusive...@googlegroups.com
Thanks, Mic, I'll look into that. I'm not a fan of server rendering either, this is mostly to feed content to Googlebot without maintaining a second set of templates.