mschwartz / SilkJS

V8 Based JavaScript Swiss Army Knife (and HTTP Server!)
https://github.com/decafjs/decaf
Other
323 stars 37 forks source link

New Template Engine Support for SilkJS #22

Closed dorgan closed 12 years ago

dorgan commented 12 years ago

I've ported jsmart(http://code.google.com/p/jsmart) over to work with SilkJS. It supports file based templates as well as MySQL based templates as well as "in-memory" template caching.

You may want to add a link to the project which can be found here: https://github.com/dorgan/jsmart-silk

mschwartz commented 12 years ago

https://github.com/mschwartz/SilkJS/wiki

dorgan commented 12 years ago

Awsome. You could probably take out the last sentence. And just leave the bullet with the link.

On Sunday, April 22, 2012, Michael Schwartz wrote:

https://github.com/mschwartz/SilkJS/wiki


Reply to this email directly or view it on GitHub: https://github.com/mschwartz/SilkJS/issues/22#issuecomment-5268050

dorgan commented 12 years ago

Excellent.