rschildmeijer / deft

High performance non blocking web framework
http://www.deftserver.org
Apache License 2.0
196 stars 25 forks source link

Distributed demo application (elastica) #151

Open rschildmeijer opened 13 years ago

rschildmeijer commented 13 years ago

elastica (https://github.com/rschildmeijer/elastica) is a distributed system built using Tornado. The application should be ported to Deft and would show users how Deft could be used to other things than asynchronous http web servers.

Would probably be enough to port elastica from this commit: https://github.com/rschildmeijer/elastica/commit/f41c72eac103690675ffeb1f4eac9c1c96450f91

(i.e the user defined application states that are gossiped (through the gossiper) are not needed for the demo application)

rschildmeijer commented 13 years ago

i.e git clone git@github.com:rschildmeijer/elastica.git git checkout f41c72eac103690675ffeb1f4eac9c1c96450f9

rschildmeijer commented 13 years ago

current status: initial version is done. some "minor" issues to sort out before this can be committed to master. pm if you are curios and want to take a look..