There is no official node.js http framework other than the
http.createServer() API.  As you probably know, that doesn't have many
features beyond basic http protocol parsing and encoding (no sessions,
templates, static file serving, or even cookies).  Express is probably the
most popular add-on framework and does have integrated templates.

On Mon, Mar 19, 2012 at 7:19 AM, akira <[email protected]> wrote:

> Is there an official method to integrate templating engines? Most of
> the examples I have seen are based on connect or express.
> Thanks
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to