CodeStory / fluent-http

This is the simplest fastest full fledged web server we could come up with.
Other
209 stars 43 forks source link

Supports for other templating engine #97

Open BodySplash opened 9 years ago

BodySplash commented 9 years ago

I was playing with the possibility to use another template engine than handlebars. In fact I'm most interested in jade, which was ported to java https://github.com/neuland/jade4j Fluent rights now is a little bit coupled with handlebar. It seems I have two options :

What option do you prefer ?

dgageot commented 9 years ago

The second would be best. It would be a good occasion to reduce the coupling with Handlerbars. I can take care of the hiding part if you prefer.

BodySplash commented 9 years ago

I must admit I'm a little bit lazy, and if you can take care of that it would be great :)