<?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>Spyfoos&#039; Speculations &#187; clojure</title>
	<atom:link href="http://www.spyfoos.com/index.php/tag/clojure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spyfoos.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 21:46:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A simple chat app using Aleph, Websockets and Clojure</title>
		<link>http://www.spyfoos.com/index.php/2010/08/27/a-simple-chat-app-using-aleph-websockets-and-clojure/</link>
		<comments>http://www.spyfoos.com/index.php/2010/08/27/a-simple-chat-app-using-aleph-websockets-and-clojure/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 09:26:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[aleph]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[netty]]></category>
		<category><![CDATA[websocket]]></category>
		<category><![CDATA[websockets]]></category>

		<guid isPermaLink="false">http://www.spyfoos.com/?p=116</guid>
		<description><![CDATA[I have implemented a small example shoving how to use the websocket support in Aleph, the asynchronous webframework for Clojure built on Netty. The example is tested with Chrome and Firefox on Ubuntu. It should work in all modern browsers as it relies on web-socket-js for websocket emulation in browsers that do not have native support. [...]]]></description>
			<content:encoded><![CDATA[<p>I have implemented a small example shoving how to use the websocket support in <a href="http://github.com/ztellman/aleph" target="_blank">Aleph</a>, the asynchronous webframework for <a href="http://clojure.org/" target="_blank">Clojure</a> built on <a href="http://www.jboss.org/netty" target="_blank">Netty</a>.</p>
<p>The example is tested with Chrome and Firefox on Ubuntu. It should work in all modern browsers as it relies on <a href="http://github.com/gimite/web-socket-js/" target="_blank">web-socket-js</a> for websocket emulation in browsers that do not have native support. Please note the updated Usage instructions. The socket-policy-server necessary for Flash websocket emulation has to listen on port 843 (at least that is the first place Flash asks for the policy file) so the server has to be run using sudo.</p>
<p>If you are interested the example is at hosted on <a href="http://github.com/maacl/aleph-ws-test" target="_blank">github</a>, along with usage instructions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spyfoos.com/index.php/2010/08/27/a-simple-chat-app-using-aleph-websockets-and-clojure/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Clojure, Jetty 7 and WebSockets</title>
		<link>http://www.spyfoos.com/index.php/2010/07/28/clojure-jetty-7-and-websockets/</link>
		<comments>http://www.spyfoos.com/index.php/2010/07/28/clojure-jetty-7-and-websockets/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 10:19:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[jetty]]></category>
		<category><![CDATA[jetty_7]]></category>
		<category><![CDATA[websockets]]></category>

		<guid isPermaLink="false">http://www.spyfoos.com/?p=171</guid>
		<description><![CDATA[I found this gist by Chris McDevitt which is a simple chat server and browser client that uses Jetty 7, Clojure and WebSockets. I turned out to be quite a hassle to get it running so I thought I would document it here so others might save some time. I have create a project on github [...]]]></description>
			<content:encoded><![CDATA[<p>I found this <a href="http://gist.github.com/281490" target="_blank">gist</a> by Chris McDevitt which is a simple chat server and browser client that uses Jetty 7, Clojure and WebSockets.</p>
<p>I turned out to be quite a hassle to get it running so I thought I would document it here so others might save some time.</p>
<p>I have create a <a href="http://github.com/maacl/websocket-test" target="_blank">project</a> on github that includes all the dependencies. I run it in Emacs using swank-clojure-project. The two last forms start the two servers &#8211; one is the websocket chat server, the other just serves the index.html file (this is necessary for the web_socket.js  to work). I have only been able to make this work in browsers with native websocket support (Chrome and Safari). If anybody can figure out what goes wrong in the other browsers (e.g. Firefox) let me know, and I will update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spyfoos.com/index.php/2010/07/28/clojure-jetty-7-and-websockets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>leiningen-war</title>
		<link>http://www.spyfoos.com/index.php/2010/03/13/leiningen-war/</link>
		<comments>http://www.spyfoos.com/index.php/2010/03/13/leiningen-war/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 19:20:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[jetty]]></category>
		<category><![CDATA[leiningen]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://www.spyfoos.com/?p=28</guid>
		<description><![CDATA[I succeeded in building a simple Clojure webapp as a .war file using leiningen-war and deploying it using jetty-runner. I have uploaded the project to github at lein-war-test. Let me know what you think.]]></description>
			<content:encoded><![CDATA[<p>I succeeded in building a simple Clojure webapp as a .war file using <a href="http://github.com/alienscience/leiningen-war" target="_blank">leiningen-war</a> and deploying it using <a href="http://repo2.maven.org/maven2/org/mortbay/jetty/jetty-runner/7.0.1.v20091125/" target="_blank">jetty-runner</a>.</p>
<p>I have uploaded the project to github at <a href="http://github.com/maacl/lein-war-test" target="_blank">lein-war-test</a>. Let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spyfoos.com/index.php/2010/03/13/leiningen-war/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

