Known implementations of socnodes

Here's a list of socnodes implementations using different languages and approaches. If you're working on a socnode implementation, please let me know, and I'll gladly add it here:

Appengine Django Socnode (aka Dango Daikazoku だんご大家族)

This is a basic (not yet really complete) implementation of the idea of socnodes written in Django (Python) and that can be hosted freely on Google Appengine.

It uses appengine-patch and was written in such a way to ease porting it to pure Django.

The code is not perfect, in fact, it was written very quickly just to provide a proof of concept of the feasibility of socnodes. So, if you want to help (I'm sure smarter people than me would like to do it)
You can fork or get your copy of it here: http://github.com/directeur/socnode.

(Read the included README file for installation/configuration instructions)

Demo:

Go to http://socnode2.appspot.com, and login with username "beta" and password "123".

Post something and then go to http://socnode.appspot.com (notice, two (2) different nodes) you'll see your post there too! :)

Nick's RTUpdates

Nick Lothian wrote this java app as a subscriber that can recieve notifications of updates from socnodes.

You can fork or get your copy of it here: http://github.com/nlothian/RTUpdates