I spent some time adding Python/WSGI support to CloudFoundry over the weekend...in general, this project is extremely well designed and SOLID. Almost all of the headaches involved with, for example, adding Django support, stem from Django's conventions and requirements (something I'm not a stranger to).<p>I'm really looking forward to the future of CloudFoundry.
If anyone is curious, I did a post about plain sinatra apps and some of the gotchas with Cloud Foundry here:<p><a href="http://lusislog.blogspot.com/2011/04/sinatra-noah-and-cloudfoundry-dirty.html" rel="nofollow">http://lusislog.blogspot.com/2011/04/sinatra-noah-and-cloudf...</a><p>Sinatra support is pretty basic at this point but it promises to get better over time. The code has several TODOs related to sinatra and node.