Recent Comments

Tornado – Real time web application server developed by FriendFeed

9月 12 2009 Tags: , , , , , , , No Commented

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.

picture164.png

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% [?]

DryDrop – Manage static web site with GAE and Github

9月 9 2009 Tags: , , , , , , , , No Commented

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.

ピクチャ 64.png
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% [?]