<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>n8o &#187; HTTP</title>
	<atom:link href="http://www.n8o.org/tag/http/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.n8o.org</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 21:38:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Adobe AIR 2.0 Web Server</title>
		<link>http://www.n8o.org/web-dev/adobe-air-2-0-web-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=adobe-air-2-0-web-server</link>
		<comments>http://www.n8o.org/web-dev/adobe-air-2-0-web-server/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 15:00:55 +0000</pubDate>
		<dc:creator>n8o</dc:creator>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Sockets]]></category>

		<guid isPermaLink="false">http://www.n8o.org/?p=134</guid>
		<description><![CDATA[I found this cool example of an HTTP based socket server over at Christophe Coenraet's blog. Basically he setup a socket and made it listen for incoming HTTP connections and server data based up the requests. Very neat stuff. It's always interesting to see people push the uses of AS3 in new directions. This should [...]]]></description>
			<content:encoded><![CDATA[<p>I found this cool example of an HTTP based socket server over at Christophe Coenraet's <a title="Adobe Air 2.0 Web Server" href="http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/">blog</a>. Basically he setup a socket and made it listen for incoming HTTP connections and server data based up the requests. Very neat stuff. It's always interesting to see people push the uses of AS3 in new directions.</p>
<p>This should also be possible under older versions of AIR too. since those versions supported sockets too. the only difference is in AIR 2.0 we now have UDP sockets.</p>
<p>You can view the code and examples <a href="http://coenraets.org/blog/2009/12/air-2-0-web-server-using-the-new-server-socket-api/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n8o.org/web-dev/adobe-air-2-0-web-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
