<?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, 12 Mar 2010 21:09:21 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: britg</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-363</link>
		<dc:creator>britg</dc:creator>
		<pubDate>Wed, 01 Jul 2009 22:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-363</guid>
		<description>Very cool, will watch its progress on github :)  I like the Sinatra-esque lightweight approach.</description>
		<content:encoded><![CDATA[<p>Very cool, will watch its progress on github <img src='http://britg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I like the Sinatra-esque lightweight approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ Holowaychuk</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-362</link>
		<dc:creator>TJ Holowaychuk</dc:creator>
		<pubDate>Wed, 01 Jul 2009 22:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-362</guid>
		<description>check out &lt;a href=&quot;http://github.com/visionmedia/express/tree/master&quot; rel=&quot;nofollow&quot;&gt;http://github.com/visionmedia/express/tree/master&lt;/a&gt;&lt;br&gt;might like ;), I just started it but contribution would be great, building a framework on node.js is sexxxxy</description>
		<content:encoded><![CDATA[<p>check out <a href="http://github.com/visionmedia/express/tree/master" rel="nofollow">http://github.com/visionmedia/express/tree/master</a><br />might like <img src='http://britg.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> , I just started it but contribution would be great, building a framework on node.js is sexxxxy</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-361</link>
		<dc:creator>britg</dc:creator>
		<pubDate>Wed, 01 Jul 2009 19:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-361</guid>
		<description>True, I plan to make some updates, the first of which is to use POST on the /join URL and enforce it.  Also, I will implement a reaper process to clear stale joins.</description>
		<content:encoded><![CDATA[<p>True, I plan to make some updates, the first of which is to use POST on the /join URL and enforce it.  Also, I will implement a reaper process to clear stale joins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hagen</title>
		<link>http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/comment-page-1/#comment-360</link>
		<dc:creator>Hagen</dc:creator>
		<pubDate>Wed, 01 Jul 2009 19:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=1025#comment-360</guid>
		<description>Nice article!&lt;br&gt;&lt;br&gt;But a very bad idea to show HTTP example code completely ignoring request verbs. People will copy that :-/ And don&#039;t make people join on GET, use PUT to join, DELETE to unjoin.</description>
		<content:encoded><![CDATA[<p>Nice article!</p>
<p>But a very bad idea to show HTTP example code completely ignoring request verbs. People will copy that :-/ And don&#39;t make people join on GET, use PUT to join, DELETE to unjoin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
