<?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: The Brave New World of Server-Side Javascript</title>
	<atom:link href="http://britg.com/2009/06/08/the-brave-new-world-of-server-side-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://britg.com/2009/06/08/the-brave-new-world-of-server-side-javascript/</link>
	<description>The big yellow one&#039;s the sun.</description>
	<lastBuildDate>Tue, 15 May 2012 14:24: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: Rob</title>
		<link>http://britg.com/2009/06/08/the-brave-new-world-of-server-side-javascript/comment-page-1/#comment-365</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 04 Jul 2009 16:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=947#comment-365</guid>
		<description>You may also want to look at the open source M/DB:X which is an HTTP-interfaced hybrid JSON/Native XML Database.  JSON objects are converted to and stored as XML DOMs which can be analysed, modified, transformed and searched in the XML domain and returned as JSON strings. See &lt;a href=&quot;http://www.mgateway.com/mdbx.html&quot; rel=&quot;nofollow&quot;&gt;http://www.mgateway.com/mdbx.html&lt;/a&gt; for more information</description>
		<content:encoded><![CDATA[<p>You may also want to look at the open source M/DB:X which is an HTTP-interfaced hybrid JSON/Native XML Database.  JSON objects are converted to and stored as XML DOMs which can be analysed, modified, transformed and searched in the XML domain and returned as JSON strings. See <a href="http://www.mgateway.com/mdbx.html" rel="nofollow">http://www.mgateway.com/mdbx.html</a> for more information</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Server Side Javascript Continued &#8211; Node.js (plus example) &#187; Brit Gardner :: Web Developer :: Dallas, Texas</title>
		<link>http://britg.com/2009/06/08/the-brave-new-world-of-server-side-javascript/comment-page-1/#comment-359</link>
		<dc:creator>Server Side Javascript Continued &#8211; Node.js (plus example) &#187; Brit Gardner :: Web Developer :: Dallas, Texas</dc:creator>
		<pubDate>Wed, 01 Jul 2009 13:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=947#comment-359</guid>
		<description>[...] Recent Comments britg on Nginx Proxies with FirePHPbritg on Nginx Proxies with FirePHPnlsmith on The Return of the HREF &#8211; The Sammy Javascript Microframeworknlsmith on Nginx Proxies with FirePHPbritg on The Brave New World of Server-Side Javascript [...]</description>
		<content:encoded><![CDATA[<p>[...] Recent Comments britg on Nginx Proxies with FirePHPbritg on Nginx Proxies with FirePHPnlsmith on The Return of the HREF &#8211; The Sammy Javascript Microframeworknlsmith on Nginx Proxies with FirePHPbritg on The Brave New World of Server-Side Javascript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: britg</title>
		<link>http://britg.com/2009/06/08/the-brave-new-world-of-server-side-javascript/comment-page-1/#comment-353</link>
		<dc:creator>britg</dc:creator>
		<pubDate>Fri, 19 Jun 2009 07:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=947#comment-353</guid>
		<description>Interesting, thanks for pointing me to those two projects.  Perservere looks very interesting, and I immediately associated it with CouchDB because of the RESTful HTTP interface and JSON storage.  But two bullets that jumped out at me that I don&#039;t know that CouchDB can tout yet is (plus I&#039;m sure there are many more differences):&lt;br&gt;&lt;br&gt;# Comet-based data monitoring capabilities through HTTP Channels with Bayeux transport plugin/negotiation support&lt;br&gt;&lt;br&gt;# Data-centric capability-based object level security with user management, Persevere is designed to be accessed securely through Ajax with public-facing sites</description>
		<content:encoded><![CDATA[<p>Interesting, thanks for pointing me to those two projects.  Perservere looks very interesting, and I immediately associated it with CouchDB because of the RESTful HTTP interface and JSON storage.  But two bullets that jumped out at me that I don&#39;t know that CouchDB can tout yet is (plus I&#39;m sure there are many more differences):</p>
<p># Comet-based data monitoring capabilities through HTTP Channels with Bayeux transport plugin/negotiation support</p>
<p># Data-centric capability-based object level security with user management, Persevere is designed to be accessed securely through Ajax with public-facing sites</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nlsmith</title>
		<link>http://britg.com/2009/06/08/the-brave-new-world-of-server-side-javascript/comment-page-1/#comment-352</link>
		<dc:creator>nlsmith</dc:creator>
		<pubDate>Fri, 19 Jun 2009 07:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=947#comment-352</guid>
		<description>Nice post. &lt;br&gt;&lt;br&gt;You can do REST/JSON with Jaxer (see &lt;a href=&quot;http://www.aptana.com/jaxer/guide/develop_web_services.html&quot; rel=&quot;nofollow&quot;&gt;http://www.aptana.com/jaxer/guide/develop_web_s...&lt;/a&gt;), though it&#039;s a pain to get running, and Jack would be much better suited to this type of thing.&lt;br&gt;&lt;br&gt;As far as the JS on Rails type of thing, check out ActiveJS (&lt;a href=&quot;http://activejs.org/&quot; rel=&quot;nofollow&quot;&gt;http://activejs.org/&lt;/a&gt;.) It has a way to go yet, though any contributions would be appreciated. It does have code to make it a ServerJS module, though I haven&#039;t seen it in use. All of the modules either work with Jack and Jaxer or could be made to with a little work.&lt;br&gt;&lt;br&gt;Another project that might be of interest to you is Persevere (&lt;a href=&quot;http://persvr.org/&quot; rel=&quot;nofollow&quot;&gt;http://persvr.org/&lt;/a&gt;.)&lt;br&gt;&lt;br&gt;Server-side JavaScript has been around for over 10 years, but it just now is starting to get exciting. In fact, in my day job I work on &quot;classic&quot; ASP in JavaScript. Exciting times.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Nathan</description>
		<content:encoded><![CDATA[<p>Nice post. </p>
<p>You can do REST/JSON with Jaxer (see <a href="http://www.aptana.com/jaxer/guide/develop_web_services.html" rel="nofollow">http://www.aptana.com/jaxer/guide/develop_web_s&#8230;</a>), though it&#39;s a pain to get running, and Jack would be much better suited to this type of thing.</p>
<p>As far as the JS on Rails type of thing, check out ActiveJS (<a href="http://activejs.org/" rel="nofollow">http://activejs.org/</a>.) It has a way to go yet, though any contributions would be appreciated. It does have code to make it a ServerJS module, though I haven&#39;t seen it in use. All of the modules either work with Jack and Jaxer or could be made to with a little work.</p>
<p>Another project that might be of interest to you is Persevere (<a href="http://persvr.org/" rel="nofollow">http://persvr.org/</a>.)</p>
<p>Server-side JavaScript has been around for over 10 years, but it just now is starting to get exciting. In fact, in my day job I work on &#8220;classic&#8221; ASP in JavaScript. Exciting times.</p>
<p>Thanks,</p>
<p>Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Digest for June 11th &#187; Brit Gardner :: Web Developer :: Dallas, Texas</title>
		<link>http://britg.com/2009/06/08/the-brave-new-world-of-server-side-javascript/comment-page-1/#comment-347</link>
		<dc:creator>Weekly Digest for June 11th &#187; Brit Gardner :: Web Developer :: Dallas, Texas</dc:creator>
		<pubDate>Thu, 11 Jun 2009 05:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://britg.com/?p=947#comment-347</guid>
		<description>[...] The Brave New World of Server-Side Javascript &#8212; 12:00pm via [...]</description>
		<content:encoded><![CDATA[<p>[...] The Brave New World of Server-Side Javascript &mdash; 12:00pm via [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

