Raynos / http-framework

A web framework based purely on require('http')
MIT License
523 stars 47 forks source link

Serving up templates #20

Open njj opened 10 years ago

njj commented 10 years ago

Might be interesting to see any example of serving up template files using a popular templating engine (hogan, jade, ejs, etc...) and not just .js template files.

Raynos commented 10 years ago

Yeah planned to do one.

Was trying to find some sync templating library wrappers. Templar is one though.