Received: by 10.180.75.197 with SMTP id e5mr1117122wiw.1.1349324726740;
Wed, 03 Oct 2012 21:25:26 -0700 (PDT)
X-BeenThere: nodejs@googlegroups.com
Received: by 10.180.105.1 with SMTP id gi1ls14035418wib.2.canary; Wed, 03 Oct
2012 21:24:52 -0700 (PDT)
Received: by 10.180.73.134 with SMTP id l6mr4211018wiv.1.1349324692638;
Wed, 03 Oct 2012 21:24:52 -0700 (PDT)
Received: by 10.180.73.134 with SMTP id l6mr4211017wiv.1.1349324692629;
Wed, 03 Oct 2012 21:24:52 -0700 (PDT)
Return-Path: <google-2...@ryandesign.com>
Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de. [80.67.31.101])
by gmr-mx.google.com with ESMTP id bu8si651770wib.2.2012.10.03.21.24.52;
Wed, 03 Oct 2012 21:24:52 -0700 (PDT)
Received-SPF: neutral (google.com: 80.67.31.101 is neither permitted nor denied by best guess record for domain of google-2...@ryandesign.com) client-ip=80.67.31.101;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 80.67.31.101 is neither permitted nor denied by best guess record for domain of google-2...@ryandesign.com) smtp.mail=google-2...@ryandesign.com
Received: from [70.114.147.232] (helo=[192.168.7.94])
by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128)
(Exim 4.68)
(envelope-from <google-2...@ryandesign.com>)
id 1TJczU-00044Q-6R
for nodejs@googlegroups.com; Thu, 04 Oct 2012 06:24:52 +0200
Content-Type: text/plain; charset=iso-8859-1
Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\))
Subject: Re: [nodejs] need some help with node-http-proxy
From: Ryan Schmidt <google-2...@ryandesign.com>
In-Reply-To: <506D0DDF.5000005@gmail.com>
Date: Wed, 3 Oct 2012 23:24:48 -0500
Content-Transfer-Encoding: quoted-printable
Message-Id: <CE06132C-A8EB-4C00-B6FB-2CA8E553130D@ryandesign.com>
References: <506D0DDF.5000005@gmail.com>
To: nodejs@googlegroups.com
X-Mailer: Apple Mail (2.1498)
X-Df-Sender: NTYwNDg3
On Oct 3, 2012, at 23:17, john.tiger <john.tigernas...@gmail.com> 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)
>=20
> 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.