Received: by 10.52.72.230 with SMTP id g6mr11691425vdv.5.1332201342064; Mon, 19 Mar 2012 16:55:42 -0700 (PDT) X-BeenThere: nodester@googlegroups.com Received: by 10.52.175.104 with SMTP id bz8ls3520479vdc.1.gmail; Mon, 19 Mar 2012 16:55:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.100.167 with SMTP id ez7mr1186042vdb.13.1332201341730; Mon, 19 Mar 2012 16:55:41 -0700 (PDT) Authentication-Results: ls.google.com; spf=pass (google.com: domain of swfgamesonl...@gmail.com designates internal as permitted sender) smtp.mail=swfgamesonl...@gmail.com; dkim=pass header...@gmail.com Received: by cj6g2000vbb.googlegroups.com with HTTP; Mon, 19 Mar 2012 16:55:41 -0700 (PDT) Date: Mon, 19 Mar 2012 16:55:41 -0700 (PDT) In-Reply-To: References: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.78 Safari/535.11,gzip(gfe) Message-ID: Subject: Re: NowJs on Nodester From: game_flash To: nodester Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks Chris, My app, bigapple, is still 503ing. I see that some others are too (below) http://bigapple.nodester.com/ http://chat.nodester.com/chat.html http://chats.nodester.com/ On Mar 19, 7:33=A0pm, Chris Matthieu wrote: > Nodester services have now been restored. > > -Chris > > On Mon, Mar 19, 2012 at 4:32 PM, game_flash wro= te: > > > > > > > > > Thanks Kevin. > > Any idea when service will be restored? > > > Have you had success getting nowjs working with nodester? > > > On Mar 19, 6:30 pm, Kevin Isom wrote: > > > Currently the 503 errors are due to some server upgrades that Nodeste= r > > > are doing. Hopefully regular service should resume shortly. > > > As for Now.js. Just looking now I would assume that you need to > > > include thehttps://github.com/Flotype/now/tree/master/lib/client > > > now.js file. > > > Hope that helps > > > Cheers > > > Kev > > > > On Tue, Mar 20, 2012 at 11:18 AM, game_flash > > wrote: > > > > Hi, > > > > I didn't receive a response on this and haven't resolved my issue. > > > > While investigating the issue I did notice that many links to examp= les > > > > of nowjs running on nodester that used to work are now showing 503 > > > > errors. > > > > > Is nodester incompatible now with nowjs? > > > > > On Mar 12, 9:38 pm, game_flash wrote: > > > >> Hi, > > > >> Thanks for your reply. > > > >> Since nowjs creates now.js file automatically I'm not sure how to = do > > > >> that. =A0Here is a link to the source code ( a few lines only ) > > > > >>https://github.com/Flotype/now/tree/master/examples/helloworld_exam= ple > > > > >> For the server.js I changed port to my nodester assigned port ( no= t > > > >> 80 ), but I'm not sure how to set the client to 80. > > > > >> Also how would that fix this specific issue? > > > > >> On Mar 12, 7:10 pm, Chris Matthieu wrote: > > > > >> > Did you remember to set your websocket port to 80 on the client? > >http://blog.nodester.com/post/3634535277/running-websockets-on-nodester > > > > >> > -Chris > > > > >> > On Mon, Mar 12, 2012 at 3:43 PM, game_flash < > > swfgamesonl...@gmail.com>wrote: > > > > >> > > Hi, > > > >> > > I am trying to get the NowJs Hello World example running on > > Nodester. > > >https://github.com/Flotype/now/tree/master/examples/helloworld_example > > > > >> > > I have successfully installed NowJs on Nodester ... > > > >> > > npm install now > > > > >> > > Note that I was getting a 503 error and saw some errors in the > > logs. > > > >> > > So I had to manually install socket.io-client since the versio= n on > > > >> > > Nodester is out of sync. > > > >> > > npm install socket.io-client > > > > >> > > Now I no longer get those errors, however I am having an issue > > with > > > >> > > helloworld.html and it's include > > > >> > > /nowjs/now.js > > > > >> > > The file, /nowjs/now.js, has the contents of helloworld.html > > instead > > > >> > > of the javascript that should be in there. >