<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Server Side Javascript Continued &#8211; Node.js (plus example)</title>
	<atom:link href="http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/</link>
	<description>The big yellow one&#039;s the sun.</description>
	<lastBuildDate>Fri, 27 Jan 2012 21:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Cam</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-503</link>
		<dc:creator>Cam</dc:creator>
		<pubDate>Wed, 13 Apr 2011 06:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-503</guid>
		<description>this is not working anymore, I use node version 0.5 pre and I have the same error as Vlad_savitsky. Thanks for the contribution anyway. Cheers</description>
		<content:encoded><![CDATA[<p>this is not working anymore, I use node version 0.5 pre and I have the same error as Vlad_savitsky. Thanks for the contribution anyway. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdfdownload ebook</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-485</link>
		<dc:creator>pdfdownload ebook</dc:creator>
		<pubDate>Thu, 17 Feb 2011 20:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-485</guid>
		<description>Nice, but does this pan out in implementation? After spending a few days with Node, I truly believe that this will be the go-to project for the future of the real-time web.</description>
		<content:encoded><![CDATA[<p>Nice, but does this pan out in implementation? After spending a few days with Node, I truly believe that this will be the go-to project for the future of the real-time web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad Savitsky</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-461</link>
		<dc:creator>Vlad Savitsky</dc:creator>
		<pubDate>Tue, 26 Oct 2010 14:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-461</guid>
		<description>0.3.0 is unstabe version. I have installed 0.2.4 (stable) and have got this error:&lt;br&gt;---------------------------------------------&lt;br&gt;node.js:63&lt;br&gt;    throw e;&lt;br&gt;    ^&lt;br&gt;ReferenceError: node is not defined&lt;br&gt;    at Object.&lt;anonymous&gt; (/home/vlad/Документы/Скрипты/node.js/Examples/Game Lobby/britg-node-simple-lobby-a9d459f/gamelobby.js:14:1)&lt;br&gt;    at Module._compile (node.js:462:23)&lt;br&gt;    at Module._loadScriptSync (node.js:469:10)&lt;br&gt;    at Module.loadSync (node.js:338:12)&lt;br&gt;    at Object.runMain (node.js:522:24)&lt;br&gt;    at Array.&lt;anonymous&gt; (node.js:756:12)&lt;br&gt;    at EventEmitter._tickCallback (node.js:55:22)&lt;br&gt;    at node.js:772:9&lt;/anonymous&gt;&lt;/anonymous&gt;</description>
		<content:encoded><![CDATA[<p>0.3.0 is unstabe version. I have installed 0.2.4 (stable) and have got this error:<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />node.js:63<br />    throw e;<br />    ^<br />ReferenceError: node is not defined<br />    at Object.&lt;anonymous&gt; (/home/vlad/Документы/Скрипты/node.js/Examples/Game Lobby/britg-node-simple-lobby-a9d459f/gamelobby.js:14:1)<br />    at Module._compile (node.js:462:23)<br />    at Module._loadScriptSync (node.js:469:10)<br />    at Module.loadSync (node.js:338:12)<br />    at Object.runMain (node.js:522:24)<br />    at Array.&lt;anonymous&gt; (node.js:756:12)<br />    at EventEmitter._tickCallback (node.js:55:22)<br />    at node.js:772:9&lt;/anonymous&gt;&lt;/anonymous&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad_savitsky</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-460</link>
		<dc:creator>Vlad_savitsky</dc:creator>
		<pubDate>Tue, 26 Oct 2010 13:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-460</guid>
		<description>I have installed node 0.3.0 and try your script. And  I have got an errror:&lt;br&gt;---------------------------&lt;br&gt;node.js:50&lt;br&gt;    throw e; // process.nextTick error, or &#039;error&#039; event on first tick&lt;br&gt;    ^&lt;br&gt;ReferenceError: node is not defined&lt;br&gt;    at Object.&lt;anonymous&gt; (/home/vlad/Документы/Скрипты/node.js/Examples/Game Lobby/britg-node-simple-lobby-a9d459f/gamelobby.js:14:1)&lt;br&gt;    at Module._compile (node.js:348:23)&lt;br&gt;    at Object..js (node.js:356:12)&lt;br&gt;    at Module.load (node.js:279:25)&lt;br&gt;    at Array.&lt;anonymous&gt; (node.js:370:24)&lt;br&gt;    at EventEmitter._tickCallback (node.js:42:22)&lt;br&gt;    at node.js:634:9&lt;br&gt;---------------------------&lt;br&gt;Where can be the problem? I don&#039;t know node.js well to handle this myself. Please help me to fix it.&lt;/anonymous&gt;&lt;/anonymous&gt;</description>
		<content:encoded><![CDATA[<p>I have installed node 0.3.0 and try your script. And  I have got an errror:<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />node.js:50<br />    throw e; // process.nextTick error, or &#39;error&#39; event on first tick<br />    ^<br />ReferenceError: node is not defined<br />    at Object.&lt;anonymous&gt; (/home/vlad/Документы/Скрипты/node.js/Examples/Game Lobby/britg-node-simple-lobby-a9d459f/gamelobby.js:14:1)<br />    at Module._compile (node.js:348:23)<br />    at Object..js (node.js:356:12)<br />    at Module.load (node.js:279:25)<br />    at Array.&lt;anonymous&gt; (node.js:370:24)<br />    at EventEmitter._tickCallback (node.js:42:22)<br />    at node.js:634:9<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />Where can be the problem? I don&#39;t know node.js well to handle this myself. Please help me to fix it.&lt;/anonymous&gt;&lt;/anonymous&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-435</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Fri, 21 May 2010 17:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-435</guid>
		<description>Here is a nice screencast: &lt;a href=&quot;http://www.videorolls.com/watch/node-js-screencast&quot; rel=&quot;nofollow&quot;&gt;http://www.videorolls.com/watch/node-js-screencast&lt;/a&gt; . I believe it may be of some help.</description>
		<content:encoded><![CDATA[<p>Here is a nice screencast: <a href="http://www.videorolls.com/watch/node-js-screencast" rel="nofollow">http://www.videorolls.com/watch/node-js-screencast</a> . I believe it may be of some help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gracybonsu</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-434</link>
		<dc:creator>gracybonsu</dc:creator>
		<pubDate>Mon, 03 May 2010 07:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-434</guid>
		<description>Thanks for giving me this useful information&lt;br&gt;&lt;a href=&quot;http://www.shakespearefinance.co.uk/&quot; rel=&quot;nofollow&quot;&gt;http://www.shakespearefinance.co.uk/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for giving me this useful information<br /><a href="http://www.shakespearefinance.co.uk/" rel="nofollow">http://www.shakespearefinance.co.uk/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Searles &#187; First Steps with Node.js: exciting stuff</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-401</link>
		<dc:creator>Rob Searles &#187; First Steps with Node.js: exciting stuff</dc:creator>
		<pubDate>Sun, 29 Nov 2009 17:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-401</guid>
		<description>[...] Just found another good blog post, this time with an example for Long Polling. AKPC_IDS += &quot;231,&quot;;   If you liked this post, please [...]</description>
		<content:encoded><![CDATA[<p>[...] Just found another good blog post, this time with an example for Long Polling. AKPC_IDS += &quot;231,&quot;;   If you liked this post, please [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-374</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 21 Jul 2009 03:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-374</guid>
		<description>Sweet! That works :)&lt;br&gt;&lt;br&gt;Thanks britg, very fun stuff! I&#039;m planning to build a small comet server using node.js&lt;br&gt;&lt;br&gt;Best,&lt;br&gt;John</description>
		<content:encoded><![CDATA[<p>Sweet! That works <img src='http://britg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks britg, very fun stuff! I&#39;m planning to build a small comet server using node.js</p>
<p>Best,<br />John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: britg</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-373</link>
		<dc:creator>britg</dc:creator>
		<pubDate>Tue, 21 Jul 2009 01:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-373</guid>
		<description>Hey John - from your console output, it looks like you are making requests to the wrong script.&lt;br&gt;&lt;br&gt;&quot;example.js:28 ...&quot;&lt;br&gt;&lt;br&gt;The name of the script, if you used the same copy from the github repo, should be &#039;gamelobby.js&#039;&lt;br&gt;&lt;br&gt;Let me know if that helps!</description>
		<content:encoded><![CDATA[<p>Hey John &#8211; from your console output, it looks like you are making requests to the wrong script.</p>
<p>&#8220;example.js:28 &#8230;&#8221;</p>
<p>The name of the script, if you used the same copy from the github repo, should be &#39;gamelobby.js&#39;</p>
<p>Let me know if that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-372</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 21 Jul 2009 00:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-372</guid>
		<description>Hi! This example does not seem to be working with 2009.06.30 node-0.1.0.tar.gz  &lt;br&gt;&lt;br&gt;When I call /join?player=john then&lt;br&gt;&lt;br&gt;The game lobby has started!&lt;br&gt;example.js:28: TypeError: Object [object Object] has no method &#039;respond&#039;&lt;br&gt;    server.respond(200, players);&lt;br&gt;           ^&lt;br&gt;&lt;br&gt;&lt;br&gt;But THANKS for putting this blog post out there. Really exciting!&lt;br&gt;Best,&lt;br&gt;John</description>
		<content:encoded><![CDATA[<p>Hi! This example does not seem to be working with 2009.06.30 node-0.1.0.tar.gz  </p>
<p>When I call /join?player=john then</p>
<p>The game lobby has started!<br />example.js:28: TypeError: Object [object Object] has no method &#39;respond&#39;<br />    server.respond(200, players);<br />           ^</p>
<p>But THANKS for putting this blog post out there. Really exciting!<br />Best,<br />John</p>
]]></content:encoded>
	</item>
</channel>
</rss>

