9月 12 2009
Tags: Apache License 2.0, Application Server, Development, FriendFeed, Opensource, Python, Realtime, Web
Tornado made by Python and Opensource software. Currently trend word is “Real time-web”. Real time search likes Twitter or Social aggregator likes FriendFeed…many services target to Real time-web.

If web-service support realtime, web-server has to change. Tornado is web application server which make for real time-web.
Read more…
Popularity: 90% [?]
9月 9 2009
Tags: CMS, Development, Github, Google App Engine, Google Code, HTML, New BSD License, Opensource, Web
DryDrop is Opensource Python web application. Don’t you use version management system for make web site which use only static HTML files? Maybe create a folder and put HTML, JavaScript, Images, CSS and so on. Sure, that makes trouble if important file modify or deleted. But version management server set up is hard … so, you try DryDrop.

Fig. Administrator interface
Google App Engine (GAE) is Paas (Platform as a Service) and easy deploy Python or Java application. That mean GAE is application server. But DryDrop deploy static content on the GAE. And those static content manage on the Github. DryDrop manage Github repository URL and deploy to GAE. You can use Github push notify feature, after push contents and deploy automatic soon.
Read more…
Popularity: 100% [?]