Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Node.js/Socket.io hosting

Received: by 10.205.130.14 with SMTP id hk14mr2859537bkc.5.1341993839172;
        Wed, 11 Jul 2012 01:03:59 -0700 (PDT)
X-BeenThere: socket_io@googlegroups.com
Received: by 10.205.119.129 with SMTP id fu1ls180816bkc.4.gmail; Wed, 11 Jul
 2012 01:03:54 -0700 (PDT)
Received: by 10.204.152.23 with SMTP id e23mr4518785bkw.6.1341993834022;
        Wed, 11 Jul 2012 01:03:54 -0700 (PDT)
Received: by 10.204.152.23 with SMTP id e23mr4518784bkw.6.1341993833940;
        Wed, 11 Jul 2012 01:03:53 -0700 (PDT)
Return-Path: <marak.squi...@gmail.com>
Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43])
        by gmr-mx.google.com with ESMTPS id p5si275229bks.1.2012.07.11.01.03.53
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 11 Jul 2012 01:03:53 -0700 (PDT)
Received-SPF: pass (google.com: domain of marak.squi...@gmail.com designates 209.85.214.43 as permitted sender) client-ip=209.85.214.43;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of marak.squi...@gmail.com designates 209.85.214.43 as permitted sender) smtp.mail=marak.squi...@gmail.com; dkim=pass header...@gmail.com
Received: by bkty15 with SMTP id y15so834889bkt.30
        for <socket_io@googlegroups.com>; Wed, 11 Jul 2012 01:03:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=qGXzt29J1VcNXD6GwG7e701rZLvbyzJ6mFtVD2VVAQE=;
        b=Dg0YviCWFl3fKuLtIpPIZrqupOV12zULLlF4ao3LzXQsE22jwQRbIIHbTkikiap+M+
         PEvogoLLfVnA3NBneGb66DitLi13oXEBOBhcYDpHNlEBv7TO3JSBKEKDowEg0rVMC1jw
         gBJVkq7KGQGbwyoKfgriMqhX3aFTs+GRKpJP9n0LxiUHq34tOYyX/QNplQ5dqLLHDpP8
         E0YyLth1r2FunLw75kfr2D1IEKi11qPkJohtWs0mpa8WCa2Ccw+EqGqYVg5/GRZta1Uo
         DZ2ErIykQ9IVc1dU5GNGv+ka9I5W7L+N7RSpnI+byWxVze7zLSlOyUE6brvGpIZkSDWM
         Ee7w==
MIME-Version: 1.0
Received: by 10.204.156.87 with SMTP id v23mr10764567bkw.0.1341993833724; Wed,
 11 Jul 2012 01:03:53 -0700 (PDT)
Received: by 10.204.100.143 with HTTP; Wed, 11 Jul 2012 01:03:53 -0700 (PDT)
In-Reply-To: <4e7c0594-ed46-49fe-b307-79da519cbf01@googlegroups.com>
References: <c3bda768-2e32-4365-8545-d975b2ece...@i18g2000vbx.googlegroups.com>
	<CAAp+hv+YPOH4w-G4e5gLaaxuYbtZzmS8p-UAcyquPgmVunV...@mail.gmail.com>
	<CAJdaFb1Qm=94Jq47R=mr+rLrAN7O-wJUKz=T5Q7n4zcVmYC...@mail.gmail.com>
	<e4a94cd0-ae88-4728-ac5e-d5a33125d466@googlegroups.com>
	<CAAPeUNksghYJ-gRowHASJjqCLNyMOP1WGxTBQ04wo1qeFng...@mail.gmail.com>
	<4e7c0594-ed46-49fe-b307-79da519cbf01@googlegroups.com>
Date: Wed, 11 Jul 2012 01:03:53 -0700
Message-ID: <CAAPeUNn1j3se3azkJMLwSzv17EHBr0ez+48wO=fgiT+6N_i...@mail.gmail.com>
Subject: Re: Node.js/Socket.io hosting
From: Marak Squires <marak.squi...@gmail.com>
To: socket_io@googlegroups.com
Content-Type: multipart/alternative; boundary=0015175cba22bffb3204c48949f0

--0015175cba22bffb3204c48949f0
Content-Type: text/plain; charset=ISO-8859-1

Running:

*jitsu install socket.io
*
will create a folder on your local harddrive with a sample
socket.ioapplication and correctly formatted package.json.

On Wed, Jul 11, 2012 at 12:58 AM, Shekhar Suman
<shekharsumanr...@gmail.com>wrote:

> Thank a lot!!! I have one more question -- I want to deploy a simple chat
> app on nodejitsu. I have two files -- "client.html" and "server.js". What
> should be the package.json file to deploy the app on nodejitsu. I added the
> line
>  "dependencies": {
>     "socket.io": "0.9.6"
>  },
>
> I successfully deployed the app on nodejitsu but when I run it in the
> browser nothing happens. It should prompt me for a username. It works fine
> locally.
>
> On Wednesday, July 11, 2012 1:01:02 PM UTC+5:30, Marak Squires wrote:
>>
>> If you type:
>>
>> *   jitsu install socket.io*
>>
>> you will be prompted to install and start socket.io app for node.js
>>
>> You can then type:
>>
>> *   jitsu deploy*
>>
>> if you want to deploy.
>>
>>
>> On Tue, Jul 10, 2012 at 3:26 PM, Shekhar Suman <
>> shekharsumanr...@gmail.com> wrote:
>>
>>> Can you please help to install a socket.io app on node.js??
>>>
>>>
>>> On Saturday, March 10, 2012 5:16:47 PM UTC+5:30, karth wrote:
>>>>
>>>> atlast successfully installed socket.io :P :D
>>>>
>>>>  now i could start wit proramming :)
>>>
>>>
>>

--0015175cba22bffb3204c48949f0
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Running:<div><br></div><div><b>jitsu install <a href=3D"http://socket.io">s=
ocket.io</a><br></b><br>will create a folder on your local harddrive with a=
 sample <a href=3D"http://socket.io">socket.io</a> application and correctl=
y formatted package.json.<br>
<br><div class=3D"gmail_quote">On Wed, Jul 11, 2012 at 12:58 AM, Shekhar Su=
man <span dir=3D"ltr">&lt;<a href=3D"mailto:shekharsumanr...@gmail.com" tar=
get=3D"_blank">shekharsumanr...@gmail.com</a>&gt;</span> wrote:<br><blockqu=
ote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc s=
olid;padding-left:1ex">
Thank a lot!!! I have one more question -- I want to deploy a simple chat a=
pp on nodejitsu. I have two files -- &quot;client.html&quot; and &quot;serv=
er.js&quot;. What should be the package.json file to deploy the app on node=
jitsu. I added the line=A0<div>
=A0&quot;dependencies&quot;: {<div>=A0 =A0 &quot;<a href=3D"http://socket.i=
o" target=3D"_blank">socket.io</a>&quot;: &quot;0.9.6&quot;</div><div>=A0},=
</div><div><br></div><div>I successfully deployed the app on nodejitsu but =
when I run it in the browser nothing happens. It should prompt me for a use=
rname. It works fine locally.</div>
<div><div class=3D"h5"><br>On Wednesday, July 11, 2012 1:01:02 PM UTC+5:30,=
 Marak Squires wrote:<blockquote class=3D"gmail_quote" style=3D"margin:0;ma=
rgin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">If you type:<d=
iv>
<br></div><div><b>=A0 =A0jitsu install <a href=3D"http://socket.io" target=
=3D"_blank">socket.io</a></b></div><div><br></div><div>you will be prompted=
 to install and start <a href=3D"http://socket.io" target=3D"_blank">socket=
.io</a> app for node.js</div>

<div><br></div><div>You can then type:</div><div><br></div><div><b>=A0 =A0j=
itsu deploy</b></div><div><br></div><div>if you want to deploy.</div><div><=
br></div><div><br><div class=3D"gmail_quote">On Tue, Jul 10, 2012 at 3:26 P=
M, Shekhar Suman <span dir=3D"ltr">&lt;<a href=3D"mailto:shekharsumanrock@g=
mail.com" target=3D"_blank">shekharsumanr...@gmail.com</a>&gt;</span> wrote=
:<br>

<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">Can you please help to install a <a href=3D"=
http://socket.io" target=3D"_blank">socket.io</a> app on node.js??<div>
<div><br><br>On Saturday, March 10, 2012 5:16:47 PM UTC+5:30, karth wrote:<=
blockquote class=3D"gmail_quote" style=3D"margin:0;margin-left:0.8ex;border=
-left:1px #ccc solid;padding-left:1ex">atlast successfully installed <a hre=
f=3D"http://socket.io" target=3D"_blank">socket.io</a> :P :D<br>

<br>=A0now i could start wit proramming :)
</blockquote></div></div></blockquote></div><br></div>
</blockquote></div></div></div></blockquote></div><br></div>

--0015175cba22bffb3204c48949f0--