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
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Shekhar Suman  
View profile   Translate to Translated (View Original)
 More options Jul 11 2012, 7:23 am
From: Shekhar Suman <shekharsumanr...@gmail.com>
Date: Wed, 11 Jul 2012 04:23:16 -0700 (PDT)
Local: Wed, Jul 11 2012 7:23 am
Subject: Re: Node.js/Socket.io hosting

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:

>>>> My package.json file looks like this ------->
>>>> {
>>>>   "name": "nodeapps-socket.io",
>>>>   "author": {
>>>>     "name": "Nodejitsu Inc.",
>>>>     "email": "supp...@nodejitsu.com"
>>>>    },
>>>>   "scripts": {
>>>>     "start": "./bin/server.js"
>>>>   },
>>>>   "version": "0.1.0-1",
>>>>   "dependencies": {
>>>>     "socket.io": "v0.8.x",
>>>>     "express": "v2.5.x"
>>>>   },
>>>>   "subdomain": "chat-awesome-ss",
>>>>   "analyze": false,
>>>>   "devDependencies": {},
>>>>   "optionalDependencies": {},
>>>>   "engines": {
>>>>     "node": "v0.6.x"
>>>>   },
>>>>   "dist": {
>>>>     "shasum": "**03503b0a27a0e47ce60bea5c874243**f074974056"
>>>>   }
>>>> }

>>>> 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' },

>>>> data:        dependencies: { express: 'v2.5.x', socket.io: 'v0.8.x' },
>>>> data:        devDependencies: {}
>>>> data:    }
>>>> data:
>>>> prompt: Is this ok?: (yes)
>>>> info:    Creating snapshot 0.1.0-2
>>>> info:    Updating app nodeapps-socket.io
>>>> info:    Activating snapshot 0.1.0-2 for nodeapps-socket.io
>>>> info:    Starting app nodeapps-socket.io

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

>>>>>>>>> atlast successfully installed socket.io :P :D

>>>>>>>>>  now i could start wit proramming :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.