Combination of culture and technical understanding and the right size. For me they are similar to how heroku was for ruby before they got purchased by salesforce. They live and breathe node.js, whereas most of the others (heroku, vmware, microsoft and even joyent) have to balance multiple offerings. Nodester is a bit too small, but that will hopefully change. From a technical perspective (we are running a couple of instances on nodejitsu for months now) I am very impressed. Zero downtime so far, and a good API (we make extensive use of it).
On Sat, Mar 10, 2012 at 5:33 AM, Joe Developer <joe.d.develo...@gmail.com>wrote:
To bad almost every of the nodejs hosting solutions is invite only.
I'm going to speak on a HTML5 meeting 21.3 so I hoped I could have the
app hosted on one of the nodejs hostings. But if I can't get one in
time I think I have to reorganize one of my static ip on my VPS or in
worst case just host it from my laptop.
On 10 Mar, 11:05, Martin Wawrusch <mar...@wawrusch.com> wrote:
> To bad almost every of the nodejs hosting solutions is invite only. > I'm going to speak on a HTML5 meeting 21.3 so I hoped I could have the > app hosted on one of the nodejs hostings. But if I can't get one in > time I think I have to reorganize one of my static ip on my VPS or in > worst case just host it from my laptop.
Host it on your VPS with a Reverse-Proxy. Like NGINX. I'm doing that.
NGINX + forever (a tool from nodejitsu, btw).
-- Jose Luis Rivas, Web Builder Eserre -- http://www.eserre.com/ Venezuela - GPGs: 7C4DF50D B9AC8C43
On Sat, Mar 10, 2012 at 5:02 AM, senikk <sen...@gmail.com> wrote: > To bad almost every of the nodejs hosting solutions is invite only. > I'm going to speak on a HTML5 meeting 21.3 so I hoped I could have the > app hosted on one of the nodejs hostings. But if I can't get one in > time I think I have to reorganize one of my static ip on my VPS or in > worst case just host it from my laptop.
> On 10 Mar, 11:05, Martin Wawrusch <mar...@wawrusch.com> wrote: > > Nodejitsu.com
> > On Sat, Mar 10, 2012 at 1:26 AM, senikk <sen...@gmail.com> wrote: > > > What is the best hosting solution for socket.io/node.js?
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.
> 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:
I then type jitsu deploy. Everything works fine until this line shows up on command prompt -- info: Starting app nodeapps-socket.io
and then it's stuck there.
What the command prompt shows --- C:\Users\Shekhar\myapp\socket.io>jitsu deploy info: Welcome to Nodejitsu shekharsuman info: It worked if it ends with Nodejitsu ok info: Executing command deploy info: Skipping require-analyzer because noanalyze option is set info: Skipping require-analyzer because noanalyze option is set warn: Local version appears to be old warn: Your package.json version will be incremented for you automatically warn: About to write C:\Users\Shekhar\myapp\socket.io\package.json data: data: { data: dist: { shasum: '03503b0a27a0e47ce60bea5c874243f074974056' }, data: name: 'nodeapps-socket.io', data: version: '0.1.0-2', data: subdomain: 'chat-awesome-ss', data: analyze: false, data: optionalDependencies: {}, data: engines: { node: 'v0.6.x' }, data: scripts: { start: './bin/server.js' }, data: author: { name: 'Nodejitsu Inc.', email: 'supp...@nodejitsu.com' },
On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires wrote:
> 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:
> I then type jitsu deploy. Everything works fine until this line shows up
> on command prompt --
> info: Starting app nodeapps-socket.io
> and then it's stuck there.
> What the command prompt shows ---
> C:\Users\Shekhar\myapp\socket.io>jitsu deploy
> info: Welcome to Nodejitsu shekharsuman
> info: It worked if it ends with Nodejitsu ok
> info: Executing command deploy
> info: Skipping require-analyzer because noanalyze option is set
> info: Skipping require-analyzer because noanalyze option is set
> warn: Local version appears to be old
> warn: Your package.json version will be incremented for you
> automatically
> warn: About to write C:\Users\Shekhar\myapp\socket.io\package.json
> data:
> data: {
> data: dist: { shasum: '03503b0a27a0e47ce60bea5c874243f074974056' },
> data: name: 'nodeapps-socket.io',
> data: version: '0.1.0-2',
> data: subdomain: 'chat-awesome-ss',
> data: analyze: false,
> data: optionalDependencies: {},
> data: engines: { node: 'v0.6.x' },
> data: scripts: { start: './bin/server.js' },
> data: author: { name: 'Nodejitsu Inc.', email: '
> supp...@nodejitsu.com' },
> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires wrote:
>> 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:
>> I then type jitsu deploy. Everything works fine until this line shows up >> on command prompt -- >> info: Starting app nodeapps-socket.io
>> and then it's stuck there.
>> What the command prompt shows --- >> C:\Users\Shekhar\myapp\socket.io>jitsu deploy >> info: Welcome to Nodejitsu shekharsuman >> info: It worked if it ends with Nodejitsu ok >> info: Executing command deploy >> info: Skipping require-analyzer because noanalyze option is set >> info: Skipping require-analyzer because noanalyze option is set >> warn: Local version appears to be old >> warn: Your package.json version will be incremented for you >> automatically >> warn: About to write C:\Users\Shekhar\myapp\socket.io\package.json >> data: >> data: { >> data: dist: { shasum: '03503b0a27a0e47ce60bea5c874243f074974056' }, >> data: name: 'nodeapps-socket.io', >> data: version: '0.1.0-2', >> data: subdomain: 'chat-awesome-ss', >> data: analyze: false, >> data: optionalDependencies: {}, >> data: engines: { node: 'v0.6.x' }, >> data: scripts: { start: './bin/server.js' }, >> data: author: { name: 'Nodejitsu Inc.', email: ' >> supp...@nodejitsu.com' },
>> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires wrote:
>>> 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:
>>> I then type jitsu deploy. Everything works fine until this line shows up
>>> on command prompt --
>>> info: Starting app nodeapps-socket.io
>>> and then it's stuck there.
>>> What the command prompt shows ---
>>> C:\Users\Shekhar\myapp\socket.**io <http://socket.io>>jitsu deploy
>>> info: Welcome to Nodejitsu shekharsuman
>>> info: It worked if it ends with Nodejitsu ok
>>> info: Executing command deploy
>>> info: Skipping require-analyzer because noanalyze option is set
>>> info: Skipping require-analyzer because noanalyze option is set
>>> warn: Local version appears to be old
>>> warn: Your package.json version will be incremented for you
>>> automatically
>>> warn: About to write C:\Users\Shekhar\myapp\socket.**io<http://socket.io>
>>> \package.json
>>> data:
>>> data: {
>>> data: dist: { shasum: '**03503b0a27a0e47ce60bea5c874243**f074974056'
>>> },
>>> data: name: 'nodeapps-socket.io',
>>> data: version: '0.1.0-2',
>>> data: subdomain: 'chat-awesome-ss',
>>> data: analyze: false,
>>> data: optionalDependencies: {},
>>> data: engines: { node: 'v0.6.x' },
>>> data: scripts: { start: './bin/server.js' },
>>> data: author: { name: 'Nodejitsu Inc.', email: '
>>> supp...@nodejitsu.com' },
>>> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires wrote:
>>>> 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:
After a lot of time I get this ---- error: Error running command deploy error: socket hang up error: Error: socket hang up error: at createHangUpError (http.js:1253:15) error: at Socket.socketOnEnd [as onend] (http.js:1341:23) error: at TCP.onread (net.js:419:26) info: Nodejitsu not ok
>>>> I then type jitsu deploy. Everything works fine until this line shows >>>> up on command prompt -- >>>> info: Starting app nodeapps-socket.io
>>>> and then it's stuck there.
>>>> What the command prompt shows --- >>>> C:\Users\Shekhar\myapp\socket.**io <http://socket.io>>jitsu deploy >>>> info: Welcome to Nodejitsu shekharsuman >>>> info: It worked if it ends with Nodejitsu ok >>>> info: Executing command deploy >>>> info: Skipping require-analyzer because noanalyze option is set >>>> info: Skipping require-analyzer because noanalyze option is set >>>> warn: Local version appears to be old >>>> warn: Your package.json version will be incremented for you >>>> automatically >>>> warn: About to write C:\Users\Shekhar\myapp\socket.**io<http://socket.io> >>>> \package.json >>>> data: >>>> data: { >>>> data: dist: { shasum: '**03503b0a27a0e47ce60bea5c874243**f074974056' >>>> }, >>>> data: name: 'nodeapps-socket.io', >>>> data: version: '0.1.0-2', >>>> data: subdomain: 'chat-awesome-ss', >>>> data: analyze: false, >>>> data: optionalDependencies: {}, >>>> data: engines: { node: 'v0.6.x' }, >>>> data: scripts: { start: './bin/server.js' }, >>>> data: author: { name: 'Nodejitsu Inc.', email: ' >>>> supp...@nodejitsu.com' },
>>>> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires wrote:
>>>>> 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:
> After a lot of time I get this ----
> error: Error running command deploy
> error: socket hang up
> error: Error: socket hang up
> error: at createHangUpError (http.js:1253:15)
> error: at Socket.socketOnEnd [as onend] (http.js:1341:23)
> error: at TCP.onread (net.js:419:26)
> info: Nodejitsu not ok
> On Wednesday, July 11, 2012 2:15:55 PM UTC+5:30, Marak Squires wrote:
>> If you still can't figure it out try supp...@nodejitsu.com or the
>> #nodejitsu room on irc.freenode.net
>> On Wed, Jul 11, 2012 at 1:38 AM, Shekhar Suman <
>> shekharsumanr...@gmail.com> wrote:
>>> Okay. But it's still stuck after 5 minutes.
>>> Anyways thanks for your help. :)
>>> On Wednesday, July 11, 2012 2:05:30 PM UTC+5:30, Marak Squires wrote:
>>>> I just tried the exact same process here and it worked.
>>>> Maybe you caught some bad luck / didn't wait long enough.
>>>> I'd just try again.
>>>> On Wed, Jul 11, 2012 at 1:26 AM, Shekhar Suman <
>>>> shekharsumanr...@gmail.com> wrote:
>>>>> I then type jitsu deploy. Everything works fine until this line shows
>>>>> up on command prompt --
>>>>> info: Starting app nodeapps-socket.io
>>>>> and then it's stuck there.
>>>>> What the command prompt shows ---
>>>>> C:\Users\Shekhar\myapp\socket.****io <http://socket.io>>jitsu deploy
>>>>> info: Welcome to Nodejitsu shekharsuman
>>>>> info: It worked if it ends with Nodejitsu ok
>>>>> info: Executing command deploy
>>>>> info: Skipping require-analyzer because noanalyze option is set
>>>>> info: Skipping require-analyzer because noanalyze option is set
>>>>> warn: Local version appears to be old
>>>>> warn: Your package.json version will be incremented for you
>>>>> automatically
>>>>> warn: About to write C:\Users\Shekhar\myapp\socket.****io<http://socket.io>
>>>>> \package.json
>>>>> data:
>>>>> data: {
>>>>> data: dist: { shasum: '**03503b0a27a0e47ce60bea5c87424**3**f074974056'
>>>>> },
>>>>> data: name: 'nodeapps-socket.io',
>>>>> data: version: '0.1.0-2',
>>>>> data: subdomain: 'chat-awesome-ss',
>>>>> data: analyze: false,
>>>>> data: optionalDependencies: {},
>>>>> data: engines: { node: 'v0.6.x' },
>>>>> data: scripts: { start: './bin/server.js' },
>>>>> data: author: { name: 'Nodejitsu Inc.', email: '
>>>>> supp...@nodejitsu.com' },
>>>>> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires wrote:
>>>>>> 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:
No. I didn't make any modifications on boilerplate applications. I'm trying to deploy a simple chat application. And YES I'm trying to listen on port 80.
On Wednesday, July 11, 2012 5:03:45 PM UTC+5:30, Marak Squires wrote:
> Did you make any modifications to the boilerplate application that was > installed?
> Are you trying to listen on port 80?
> If you need more help email supp...@nodejitsu.com or visit #nodejitsu in > irc.freenode.net.
> On Wed, Jul 11, 2012 at 4:23 AM, Shekhar Suman <shekharsumanr...@gmail.com > > wrote:
>> After a lot of time I get this ---- >> error: Error running command deploy >> error: socket hang up >> error: Error: socket hang up >> error: at createHangUpError (http.js:1253:15) >> error: at Socket.socketOnEnd [as onend] (http.js:1341:23) >> error: at TCP.onread (net.js:419:26) >> info: Nodejitsu not ok
>> On Wednesday, July 11, 2012 2:15:55 PM UTC+5:30, Marak Squires wrote:
>>> If you still can't figure it out try supp...@nodejitsu.com or the >>> #nodejitsu room on irc.freenode.net
>>> On Wed, Jul 11, 2012 at 1:38 AM, Shekhar Suman < >>> shekharsumanr...@gmail.com> wrote:
>>>> Okay. But it's still stuck after 5 minutes. >>>> Anyways thanks for your help. :)
>>>> On Wednesday, July 11, 2012 2:05:30 PM UTC+5:30, Marak Squires wrote:
>>>>> I just tried the exact same process here and it worked.
>>>>> Maybe you caught some bad luck / didn't wait long enough.
>>>>> I'd just try again.
>>>>> On Wed, Jul 11, 2012 at 1:26 AM, Shekhar Suman < >>>>> shekharsumanr...@gmail.com> wrote:
>>>>>> I then type jitsu deploy. Everything works fine until this line shows >>>>>> up on command prompt -- >>>>>> info: Starting app nodeapps-socket.io
>>>>>> and then it's stuck there.
>>>>>> What the command prompt shows --- >>>>>> C:\Users\Shekhar\myapp\socket.****io <http://socket.io>>jitsu deploy >>>>>> info: Welcome to Nodejitsu shekharsuman >>>>>> info: It worked if it ends with Nodejitsu ok >>>>>> info: Executing command deploy >>>>>> info: Skipping require-analyzer because noanalyze option is set >>>>>> info: Skipping require-analyzer because noanalyze option is set >>>>>> warn: Local version appears to be old >>>>>> warn: Your package.json version will be incremented for you >>>>>> automatically >>>>>> warn: About to write C:\Users\Shekhar\myapp\socket.****io<http://socket.io> >>>>>> \package.json >>>>>> data: >>>>>> data: { >>>>>> data: dist: { shasum: '**03503b0a27a0e47ce60bea5c87424**3**f074974056' >>>>>> }, >>>>>> data: name: 'nodeapps-socket.io', >>>>>> data: version: '0.1.0-2', >>>>>> data: subdomain: 'chat-awesome-ss', >>>>>> data: analyze: false, >>>>>> data: optionalDependencies: {}, >>>>>> data: engines: { node: 'v0.6.x' }, >>>>>> data: scripts: { start: './bin/server.js' }, >>>>>> data: author: { name: 'Nodejitsu Inc.', email: ' >>>>>> supp...@nodejitsu.com' },
>>>>>> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires wrote:
>>>>>>> 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:
> No. I didn't make any modifications on boilerplate applications. I'm
> trying to deploy a simple chat application.
> And YES I'm trying to listen on port 80.
> On Wednesday, July 11, 2012 5:03:45 PM UTC+5:30, Marak Squires wrote:
>> Did you make any modifications to the boilerplate application that was
>> installed?
>> Are you trying to listen on port 80?
>> If you need more help email supp...@nodejitsu.com or visit #nodejitsu in
>> irc.freenode.net.
>> On Wed, Jul 11, 2012 at 4:23 AM, Shekhar Suman <
>> shekharsumanr...@gmail.com> wrote:
>>> After a lot of time I get this ----
>>> error: Error running command deploy
>>> error: socket hang up
>>> error: Error: socket hang up
>>> error: at createHangUpError (http.js:1253:15)
>>> error: at Socket.socketOnEnd [as onend] (http.js:1341:23)
>>> error: at TCP.onread (net.js:419:26)
>>> info: Nodejitsu not ok
>>> On Wednesday, July 11, 2012 2:15:55 PM UTC+5:30, Marak Squires wrote:
>>>> If you still can't figure it out try supp...@nodejitsu.com or the
>>>> #nodejitsu room on irc.freenode.net
>>>> On Wed, Jul 11, 2012 at 1:38 AM, Shekhar Suman <
>>>> shekharsumanr...@gmail.com> wrote:
>>>>> Okay. But it's still stuck after 5 minutes.
>>>>> Anyways thanks for your help. :)
>>>>> On Wednesday, July 11, 2012 2:05:30 PM UTC+5:30, Marak Squires wrote:
>>>>>> I just tried the exact same process here and it worked.
>>>>>> Maybe you caught some bad luck / didn't wait long enough.
>>>>>> I'd just try again.
>>>>>> On Wed, Jul 11, 2012 at 1:26 AM, Shekhar Suman <
>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>> I then type jitsu deploy. Everything works fine until this line
>>>>>>> shows up on command prompt --
>>>>>>> info: Starting app nodeapps-socket.io
>>>>>>> and then it's stuck there.
>>>>>>> What the command prompt shows ---
>>>>>>> C:\Users\Shekhar\myapp\socket.******io <http://socket.io>>jitsu
>>>>>>> deploy
>>>>>>> info: Welcome to Nodejitsu shekharsuman
>>>>>>> info: It worked if it ends with Nodejitsu ok
>>>>>>> info: Executing command deploy
>>>>>>> info: Skipping require-analyzer because noanalyze option is set
>>>>>>> info: Skipping require-analyzer because noanalyze option is set
>>>>>>> warn: Local version appears to be old
>>>>>>> warn: Your package.json version will be incremented for you
>>>>>>> automatically
>>>>>>> warn: About to write C:\Users\Shekhar\myapp\socket.******io<http://socket.io>
>>>>>>> \package.json
>>>>>>> data:
>>>>>>> data: {
>>>>>>> data: dist: { shasum: '**03503b0a27a0e47ce60bea5c87424****3**f074974056'
>>>>>>> },
>>>>>>> data: name: 'nodeapps-socket.io',
>>>>>>> data: version: '0.1.0-2',
>>>>>>> data: subdomain: 'chat-awesome-ss',
>>>>>>> data: analyze: false,
>>>>>>> data: optionalDependencies: {},
>>>>>>> data: engines: { node: 'v0.6.x' },
>>>>>>> data: scripts: { start: './bin/server.js' },
>>>>>>> data: author: { name: 'Nodejitsu Inc.', email: '
>>>>>>> supp...@nodejitsu.com' },
>>>>>>> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires wrote:
>>>>>>>> Running:
>>>>>>>> *jitsu install socket.io
>>>>>>>> *
>>>>>>>> will create a folder on your local harddrive with a sample
>>>>>>>> socket.io application 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:
On Wednesday, July 11, 2012 5:12:57 PM UTC+5:30, Marak Squires wrote:
> The boilerplate application attempts to listen on port 8080 by default, so > if you are listening on port 80 you've made a modification.
> Change it back to 8080 and try* jitsu deploy*
> On Wed, Jul 11, 2012 at 4:40 AM, Shekhar Suman <shekharsumanr...@gmail.com > > wrote:
>> No. I didn't make any modifications on boilerplate applications. I'm >> trying to deploy a simple chat application. >> And YES I'm trying to listen on port 80.
>> On Wednesday, July 11, 2012 5:03:45 PM UTC+5:30, Marak Squires wrote:
>>> Did you make any modifications to the boilerplate application that was >>> installed?
>>> Are you trying to listen on port 80?
>>> If you need more help email supp...@nodejitsu.com or visit #nodejitsu >>> in irc.freenode.net.
>>> On Wed, Jul 11, 2012 at 4:23 AM, Shekhar Suman < >>> shekharsumanr...@gmail.com> wrote:
>>>> After a lot of time I get this ---- >>>> error: Error running command deploy >>>> error: socket hang up >>>> error: Error: socket hang up >>>> error: at createHangUpError (http.js:1253:15) >>>> error: at Socket.socketOnEnd [as onend] (http.js:1341:23) >>>> error: at TCP.onread (net.js:419:26) >>>> info: Nodejitsu not ok
>>>> On Wednesday, July 11, 2012 2:15:55 PM UTC+5:30, Marak Squires wrote:
>>>>> If you still can't figure it out try supp...@nodejitsu.com or the >>>>> #nodejitsu room on irc.freenode.net
>>>>> On Wed, Jul 11, 2012 at 1:38 AM, Shekhar Suman < >>>>> shekharsumanr...@gmail.com> wrote:
>>>>>> Okay. But it's still stuck after 5 minutes. >>>>>> Anyways thanks for your help. :)
>>>>>> On Wednesday, July 11, 2012 2:05:30 PM UTC+5:30, Marak Squires wrote:
>>>>>>> I just tried the exact same process here and it worked.
>>>>>>> Maybe you caught some bad luck / didn't wait long enough.
>>>>>>> I'd just try again.
>>>>>>> On Wed, Jul 11, 2012 at 1:26 AM, Shekhar Suman < >>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>>> I then type jitsu deploy. Everything works fine until this line >>>>>>>> shows up on command prompt -- >>>>>>>> info: Starting app nodeapps-socket.io
>>>>>>>> and then it's stuck there.
>>>>>>>> What the command prompt shows --- >>>>>>>> C:\Users\Shekhar\myapp\socket.******io <http://socket.io>>jitsu >>>>>>>> deploy >>>>>>>> info: Welcome to Nodejitsu shekharsuman >>>>>>>> info: It worked if it ends with Nodejitsu ok >>>>>>>> info: Executing command deploy >>>>>>>> info: Skipping require-analyzer because noanalyze option is set >>>>>>>> info: Skipping require-analyzer because noanalyze option is set >>>>>>>> warn: Local version appears to be old >>>>>>>> warn: Your package.json version will be incremented for you >>>>>>>> automatically >>>>>>>> warn: About to write C:\Users\Shekhar\myapp\socket.******io<http://socket.io> >>>>>>>> \package.json >>>>>>>> data: >>>>>>>> data: { >>>>>>>> data: dist: { shasum: '**03503b0a27a0e47ce60bea5c87424****3* >>>>>>>> *f074974056' }, >>>>>>>> data: name: 'nodeapps-socket.io', >>>>>>>> data: version: '0.1.0-2', >>>>>>>> data: subdomain: 'chat-awesome-ss', >>>>>>>> data: analyze: false, >>>>>>>> data: optionalDependencies: {}, >>>>>>>> data: engines: { node: 'v0.6.x' }, >>>>>>>> data: scripts: { start: './bin/server.js' }, >>>>>>>> data: author: { name: 'Nodejitsu Inc.', email: ' >>>>>>>> supp...@nodejitsu.com' },
>>>>>>>> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires >>>>>>>> wrote:
>>>>>>>>> Running:
>>>>>>>>> *jitsu install socket.io >>>>>>>>> * >>>>>>>>> will create a folder on your local harddrive with a sample >>>>>>>>> socket.io application 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:
> On Wednesday, July 11, 2012 5:12:57 PM UTC+5:30, Marak Squires wrote:
>> The boilerplate application attempts to listen on port 8080 by default,
>> so if you are listening on port 80 you've made a modification.
>> Change it back to 8080 and try* jitsu deploy*
>> On Wed, Jul 11, 2012 at 4:40 AM, Shekhar Suman <
>> shekharsumanr...@gmail.com> wrote:
>>> No. I didn't make any modifications on boilerplate applications. I'm
>>> trying to deploy a simple chat application.
>>> And YES I'm trying to listen on port 80.
>>> On Wednesday, July 11, 2012 5:03:45 PM UTC+5:30, Marak Squires wrote:
>>>> Did you make any modifications to the boilerplate application that was
>>>> installed?
>>>> Are you trying to listen on port 80?
>>>> If you need more help email supp...@nodejitsu.com or visit #nodejitsu
>>>> in irc.freenode.net.
>>>> On Wed, Jul 11, 2012 at 4:23 AM, Shekhar Suman <
>>>> shekharsumanr...@gmail.com> wrote:
>>>>> After a lot of time I get this ----
>>>>> error: Error running command deploy
>>>>> error: socket hang up
>>>>> error: Error: socket hang up
>>>>> error: at createHangUpError (http.js:1253:15)
>>>>> error: at Socket.socketOnEnd [as onend] (http.js:1341:23)
>>>>> error: at TCP.onread (net.js:419:26)
>>>>> info: Nodejitsu not ok
>>>>> On Wednesday, July 11, 2012 2:15:55 PM UTC+5:30, Marak Squires wrote:
>>>>>> If you still can't figure it out try supp...@nodejitsu.com or the
>>>>>> #nodejitsu room on irc.freenode.net
>>>>>> On Wed, Jul 11, 2012 at 1:38 AM, Shekhar Suman <
>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>> Okay. But it's still stuck after 5 minutes.
>>>>>>> Anyways thanks for your help. :)
>>>>>>> On Wednesday, July 11, 2012 2:05:30 PM UTC+5:30, Marak Squires wrote:
>>>>>>>> I just tried the exact same process here and it worked.
>>>>>>>> Maybe you caught some bad luck / didn't wait long enough.
>>>>>>>> I'd just try again.
>>>>>>>> On Wed, Jul 11, 2012 at 1:26 AM, Shekhar Suman <
>>>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>>>> I then type jitsu deploy. Everything works fine until this line
>>>>>>>>> shows up on command prompt --
>>>>>>>>> info: Starting app nodeapps-socket.io
>>>>>>>>> and then it's stuck there.
>>>>>>>>> What the command prompt shows ---
>>>>>>>>> C:\Users\Shekhar\myapp\socket.********io <http://socket.io>>jitsu
>>>>>>>>> deploy
>>>>>>>>> info: Welcome to Nodejitsu shekharsuman
>>>>>>>>> info: It worked if it ends with Nodejitsu ok
>>>>>>>>> info: Executing command deploy
>>>>>>>>> info: Skipping require-analyzer because noanalyze option is set
>>>>>>>>> info: Skipping require-analyzer because noanalyze option is set
>>>>>>>>> warn: Local version appears to be old
>>>>>>>>> warn: Your package.json version will be incremented for you
>>>>>>>>> automatically
>>>>>>>>> warn: About to write C:\Users\Shekhar\myapp\socket.********io<http://socket.io>
>>>>>>>>> \package.json
>>>>>>>>> data:
>>>>>>>>> data: {
>>>>>>>>> data: dist: { shasum: '**03503b0a27a0e47ce60bea5c87424*****
>>>>>>>>> *3**f074974056' },
>>>>>>>>> data: name: 'nodeapps-socket.io',
>>>>>>>>> data: version: '0.1.0-2',
>>>>>>>>> data: subdomain: 'chat-awesome-ss',
>>>>>>>>> data: analyze: false,
>>>>>>>>> data: optionalDependencies: {},
>>>>>>>>> data: engines: { node: 'v0.6.x' },
>>>>>>>>> data: scripts: { start: './bin/server.js' },
>>>>>>>>> data: author: { name: 'Nodejitsu Inc.', email: '
>>>>>>>>> supp...@nodejitsu.com' },
>>>>>>>>> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires
>>>>>>>>> wrote:
>>>>>>>>>> Running:
>>>>>>>>>> *jitsu install socket.io
>>>>>>>>>> *
>>>>>>>>>> will create a folder on your local harddrive with a sample
>>>>>>>>>> socket.io application 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:
On Wednesday, July 11, 2012 5:15:16 PM UTC+5:30, Marak Squires wrote:
> I'm going to sleep. If you want support for Nodejitsu, email > supp...@nodejitsu.com.
> On Wed, Jul 11, 2012 at 4:44 AM, Shekhar Suman <shekharsumanr...@gmail.com > > wrote:
>> Ok....let me try this.
>> On Wednesday, July 11, 2012 5:12:57 PM UTC+5:30, Marak Squires wrote:
>>> The boilerplate application attempts to listen on port 8080 by default, >>> so if you are listening on port 80 you've made a modification.
>>> Change it back to 8080 and try* jitsu deploy*
>>> On Wed, Jul 11, 2012 at 4:40 AM, Shekhar Suman < >>> shekharsumanr...@gmail.com> wrote:
>>>> No. I didn't make any modifications on boilerplate applications. I'm >>>> trying to deploy a simple chat application. >>>> And YES I'm trying to listen on port 80.
>>>> On Wednesday, July 11, 2012 5:03:45 PM UTC+5:30, Marak Squires wrote:
>>>>> Did you make any modifications to the boilerplate application that was >>>>> installed?
>>>>> Are you trying to listen on port 80?
>>>>> If you need more help email supp...@nodejitsu.com or visit #nodejitsu >>>>> in irc.freenode.net.
>>>>> On Wed, Jul 11, 2012 at 4:23 AM, Shekhar Suman < >>>>> shekharsumanr...@gmail.com> wrote:
>>>>>> After a lot of time I get this ---- >>>>>> error: Error running command deploy >>>>>> error: socket hang up >>>>>> error: Error: socket hang up >>>>>> error: at createHangUpError (http.js:1253:15) >>>>>> error: at Socket.socketOnEnd [as onend] (http.js:1341:23) >>>>>> error: at TCP.onread (net.js:419:26) >>>>>> info: Nodejitsu not ok
>>>>>> On Wednesday, July 11, 2012 2:15:55 PM UTC+5:30, Marak Squires wrote:
>>>>>>> If you still can't figure it out try supp...@nodejitsu.com or the >>>>>>> #nodejitsu room on irc.freenode.net
>>>>>>> On Wed, Jul 11, 2012 at 1:38 AM, Shekhar Suman < >>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>>> Okay. But it's still stuck after 5 minutes. >>>>>>>> Anyways thanks for your help. :)
>>>>>>>> On Wednesday, July 11, 2012 2:05:30 PM UTC+5:30, Marak Squires >>>>>>>> wrote:
>>>>>>>>> I just tried the exact same process here and it worked.
>>>>>>>>> Maybe you caught some bad luck / didn't wait long enough.
>>>>>>>>> I'd just try again.
>>>>>>>>> On Wed, Jul 11, 2012 at 1:26 AM, Shekhar Suman < >>>>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>>>>> I then type jitsu deploy. Everything works fine until this line >>>>>>>>>> shows up on command prompt -- >>>>>>>>>> info: Starting app nodeapps-socket.io
>>>>>>>>>> and then it's stuck there.
>>>>>>>>>> What the command prompt shows --- >>>>>>>>>> C:\Users\Shekhar\myapp\socket.********io <http://socket.io>>jitsu >>>>>>>>>> deploy >>>>>>>>>> info: Welcome to Nodejitsu shekharsuman >>>>>>>>>> info: It worked if it ends with Nodejitsu ok >>>>>>>>>> info: Executing command deploy >>>>>>>>>> info: Skipping require-analyzer because noanalyze option is set >>>>>>>>>> info: Skipping require-analyzer because noanalyze option is set >>>>>>>>>> warn: Local version appears to be old >>>>>>>>>> warn: Your package.json version will be incremented for you >>>>>>>>>> automatically >>>>>>>>>> warn: About to write C:\Users\Shekhar\myapp\socket.********io<http://socket.io> >>>>>>>>>> \package.json >>>>>>>>>> data: >>>>>>>>>> data: { >>>>>>>>>> data: dist: { shasum: '**03503b0a27a0e47ce60bea5c87424**** >>>>>>>>>> **3**f074974056' }, >>>>>>>>>> data: name: 'nodeapps-socket.io', >>>>>>>>>> data: version: '0.1.0-2', >>>>>>>>>> data: subdomain: 'chat-awesome-ss', >>>>>>>>>> data: analyze: false, >>>>>>>>>> data: optionalDependencies: {}, >>>>>>>>>> data: engines: { node: 'v0.6.x' }, >>>>>>>>>> data: scripts: { start: './bin/server.js' }, >>>>>>>>>> data: author: { name: 'Nodejitsu Inc.', email: ' >>>>>>>>>> supp...@nodejitsu.com' },
>>>>>>>>>> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires >>>>>>>>>> wrote:
>>>>>>>>>>> Running:
>>>>>>>>>>> *jitsu install socket.io >>>>>>>>>>> * >>>>>>>>>>> will create a folder on your local harddrive with a sample >>>>>>>>>>> socket.io application 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:
> Thanks a lot. I have successfully deployed the app. But it doesn't work
> correctly. It should prompt me for a name. But all I see is a blank page.
> On Wednesday, July 11, 2012 5:15:16 PM UTC+5:30, Marak Squires wrote:
>> I'm going to sleep. If you want support for Nodejitsu, email
>> supp...@nodejitsu.com.
>> On Wed, Jul 11, 2012 at 4:44 AM, Shekhar Suman <
>> shekharsumanr...@gmail.com> wrote:
>>> Ok....let me try this.
>>> On Wednesday, July 11, 2012 5:12:57 PM UTC+5:30, Marak Squires wrote:
>>>> The boilerplate application attempts to listen on port 8080 by default,
>>>> so if you are listening on port 80 you've made a modification.
>>>> Change it back to 8080 and try* jitsu deploy*
>>>> On Wed, Jul 11, 2012 at 4:40 AM, Shekhar Suman <
>>>> shekharsumanr...@gmail.com> wrote:
>>>>> No. I didn't make any modifications on boilerplate applications. I'm
>>>>> trying to deploy a simple chat application.
>>>>> And YES I'm trying to listen on port 80.
>>>>> On Wednesday, July 11, 2012 5:03:45 PM UTC+5:30, Marak Squires wrote:
>>>>>> Did you make any modifications to the boilerplate application that
>>>>>> was installed?
>>>>>> Are you trying to listen on port 80?
>>>>>> If you need more help email supp...@nodejitsu.com or visit
>>>>>> #nodejitsu in irc.freenode.net.
>>>>>> On Wed, Jul 11, 2012 at 4:23 AM, Shekhar Suman <
>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>> After a lot of time I get this ----
>>>>>>> error: Error running command deploy
>>>>>>> error: socket hang up
>>>>>>> error: Error: socket hang up
>>>>>>> error: at createHangUpError (http.js:1253:15)
>>>>>>> error: at Socket.socketOnEnd [as onend] (http.js:1341:23)
>>>>>>> error: at TCP.onread (net.js:419:26)
>>>>>>> info: Nodejitsu not ok
>>>>>>> On Wednesday, July 11, 2012 2:15:55 PM UTC+5:30, Marak Squires wrote:
>>>>>>>> If you still can't figure it out try supp...@nodejitsu.com or the
>>>>>>>> #nodejitsu room on irc.freenode.net
>>>>>>>> On Wed, Jul 11, 2012 at 1:38 AM, Shekhar Suman <
>>>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>>>> Okay. But it's still stuck after 5 minutes.
>>>>>>>>> Anyways thanks for your help. :)
>>>>>>>>> On Wednesday, July 11, 2012 2:05:30 PM UTC+5:30, Marak Squires
>>>>>>>>> wrote:
>>>>>>>>>> I just tried the exact same process here and it worked.
>>>>>>>>>> Maybe you caught some bad luck / didn't wait long enough.
>>>>>>>>>> I'd just try again.
>>>>>>>>>> On Wed, Jul 11, 2012 at 1:26 AM, Shekhar Suman <
>>>>>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>>>>>> I then type jitsu deploy. Everything works fine until this line
>>>>>>>>>>> shows up on command prompt --
>>>>>>>>>>> info: Starting app nodeapps-socket.io
>>>>>>>>>>> and then it's stuck there.
>>>>>>>>>>> What the command prompt shows ---
>>>>>>>>>>> C:\Users\Shekhar\myapp\socket.**********io <http://socket.io>>jitsu
>>>>>>>>>>> deploy
>>>>>>>>>>> info: Welcome to Nodejitsu shekharsuman
>>>>>>>>>>> info: It worked if it ends with Nodejitsu ok
>>>>>>>>>>> info: Executing command deploy
>>>>>>>>>>> info: Skipping require-analyzer because noanalyze option is
>>>>>>>>>>> set
>>>>>>>>>>> info: Skipping require-analyzer because noanalyze option is
>>>>>>>>>>> set
>>>>>>>>>>> warn: Local version appears to be old
>>>>>>>>>>> warn: Your package.json version will be incremented for you
>>>>>>>>>>> automatically
>>>>>>>>>>> warn: About to write C:\Users\Shekhar\myapp\socket.**********
>>>>>>>>>>> io <http://socket.io>\package.json
>>>>>>>>>>> data:
>>>>>>>>>>> data: {
>>>>>>>>>>> data: dist: { shasum: '**03503b0a27a0e47ce60bea5c87424***
>>>>>>>>>>> *****3**f074974056' },
>>>>>>>>>>> data: name: 'nodeapps-socket.io',
>>>>>>>>>>> data: version: '0.1.0-2',
>>>>>>>>>>> data: subdomain: 'chat-awesome-ss',
>>>>>>>>>>> data: analyze: false,
>>>>>>>>>>> data: optionalDependencies: {},
>>>>>>>>>>> data: engines: { node: 'v0.6.x' },
>>>>>>>>>>> data: scripts: { start: './bin/server.js' },
>>>>>>>>>>> data: author: { name: 'Nodejitsu Inc.', email: '
>>>>>>>>>>> supp...@nodejitsu.com' },
>>>>>>>>>>> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires
>>>>>>>>>>> wrote:
>>>>>>>>>>>> Running:
>>>>>>>>>>>> *jitsu install socket.io
>>>>>>>>>>>> *
>>>>>>>>>>>> will create a folder on your local harddrive with a sample
>>>>>>>>>>>> socket.io application 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:
On Wednesday, July 11, 2012 5:22:47 PM UTC+5:30, Tony Brown wrote:
> send a link so we can see the code
> On Wed, Jul 11, 2012 at 7:51 AM, Shekhar Suman <shekharsumanr...@gmail.com > > wrote:
>> Thanks a lot. I have successfully deployed the app. But it doesn't work >> correctly. It should prompt me for a name. But all I see is a blank page.
>> On Wednesday, July 11, 2012 5:15:16 PM UTC+5:30, Marak Squires wrote:
>>> I'm going to sleep. If you want support for Nodejitsu, email >>> supp...@nodejitsu.com.
>>> On Wed, Jul 11, 2012 at 4:44 AM, Shekhar Suman < >>> shekharsumanr...@gmail.com> wrote:
>>>> Ok....let me try this.
>>>> On Wednesday, July 11, 2012 5:12:57 PM UTC+5:30, Marak Squires wrote:
>>>>> The boilerplate application attempts to listen on port 8080 by >>>>> default, so if you are listening on port 80 you've made a modification.
>>>>> Change it back to 8080 and try* jitsu deploy*
>>>>> On Wed, Jul 11, 2012 at 4:40 AM, Shekhar Suman < >>>>> shekharsumanr...@gmail.com> wrote:
>>>>>> No. I didn't make any modifications on boilerplate applications. I'm >>>>>> trying to deploy a simple chat application. >>>>>> And YES I'm trying to listen on port 80.
>>>>>> On Wednesday, July 11, 2012 5:03:45 PM UTC+5:30, Marak Squires wrote:
>>>>>>> Did you make any modifications to the boilerplate application that >>>>>>> was installed?
>>>>>>> Are you trying to listen on port 80?
>>>>>>> If you need more help email supp...@nodejitsu.com or visit >>>>>>> #nodejitsu in irc.freenode.net.
>>>>>>> On Wed, Jul 11, 2012 at 4:23 AM, Shekhar Suman < >>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>>> After a lot of time I get this ---- >>>>>>>> error: Error running command deploy >>>>>>>> error: socket hang up >>>>>>>> error: Error: socket hang up >>>>>>>> error: at createHangUpError (http.js:1253:15) >>>>>>>> error: at Socket.socketOnEnd [as onend] (http.js:1341:23) >>>>>>>> error: at TCP.onread (net.js:419:26) >>>>>>>> info: Nodejitsu not ok
>>>>>>>> On Wednesday, July 11, 2012 2:15:55 PM UTC+5:30, Marak Squires >>>>>>>> wrote:
>>>>>>>>> If you still can't figure it out try supp...@nodejitsu.com or the >>>>>>>>> #nodejitsu room on irc.freenode.net
>>>>>>>>> On Wed, Jul 11, 2012 at 1:38 AM, Shekhar Suman < >>>>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>>>>> Okay. But it's still stuck after 5 minutes. >>>>>>>>>> Anyways thanks for your help. :)
>>>>>>>>>> On Wednesday, July 11, 2012 2:05:30 PM UTC+5:30, Marak Squires >>>>>>>>>> wrote:
>>>>>>>>>>> I just tried the exact same process here and it worked.
>>>>>>>>>>> Maybe you caught some bad luck / didn't wait long enough.
>>>>>>>>>>> I'd just try again.
>>>>>>>>>>> On Wed, Jul 11, 2012 at 1:26 AM, Shekhar Suman < >>>>>>>>>>> shekharsumanr...@gmail.com> wrote:
>>>>>>>>>>>> I then type jitsu deploy. Everything works fine until this line >>>>>>>>>>>> shows up on command prompt -- >>>>>>>>>>>> info: Starting app nodeapps-socket.io
>>>>>>>>>>>> and then it's stuck there.
>>>>>>>>>>>> What the command prompt shows --- >>>>>>>>>>>> C:\Users\Shekhar\myapp\socket.**********io <http://socket.io>>jitsu >>>>>>>>>>>> deploy >>>>>>>>>>>> info: Welcome to Nodejitsu shekharsuman >>>>>>>>>>>> info: It worked if it ends with Nodejitsu ok >>>>>>>>>>>> info: Executing command deploy >>>>>>>>>>>> info: Skipping require-analyzer because noanalyze option is >>>>>>>>>>>> set >>>>>>>>>>>> info: Skipping require-analyzer because noanalyze option is >>>>>>>>>>>> set >>>>>>>>>>>> warn: Local version appears to be old >>>>>>>>>>>> warn: Your package.json version will be incremented for you >>>>>>>>>>>> automatically >>>>>>>>>>>> warn: About to write C:\Users\Shekhar\myapp\socket.********* >>>>>>>>>>>> *io <http://socket.io>\package.json >>>>>>>>>>>> data: >>>>>>>>>>>> data: { >>>>>>>>>>>> data: dist: { shasum: '**03503b0a27a0e47ce60bea5c87424** >>>>>>>>>>>> ******3**f074974056' }, >>>>>>>>>>>> data: name: 'nodeapps-socket.io', >>>>>>>>>>>> data: version: '0.1.0-2', >>>>>>>>>>>> data: subdomain: 'chat-awesome-ss', >>>>>>>>>>>> data: analyze: false, >>>>>>>>>>>> data: optionalDependencies: {}, >>>>>>>>>>>> data: engines: { node: 'v0.6.x' }, >>>>>>>>>>>> data: scripts: { start: './bin/server.js' }, >>>>>>>>>>>> data: author: { name: 'Nodejitsu Inc.', email: ' >>>>>>>>>>>> supp...@nodejitsu.com' },
>>>>>>>>>>>> On Wednesday, July 11, 2012 1:33:53 PM UTC+5:30, Marak Squires >>>>>>>>>>>> wrote:
>>>>>>>>>>>>> Running:
>>>>>>>>>>>>> *jitsu install socket.io >>>>>>>>>>>>> * >>>>>>>>>>>>> will create a folder on your local harddrive with a sample >>>>>>>>>>>>> socket.io application 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: