On Oct 3, 2012, at 23:17, john.tiger <[email protected]> wrote:

> 1) our proxy table routes sites to different ports which their node apps are 
> configured to - but what about a non node app (just uses html5)
> 
> router: {
>    'nodeapp1.com': '127.0.0.1:8020',
>    'htmlapp1.com':  ??   if this is assigned a port, how does the html 5 app 
> tie to that port ?

nodejs is a server-side technology, often used for delivering web content 
(html, css, javascript, images, etc) to a client.

What is the server-side technology delivering your "html 5 app" to the client? 
Surely it runs an HTTP server on a specific TCP port number.

-- 
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