Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

September 28 2009

Tornado Web Server

Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure.

July 03 2009

Stackless

Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads that Stackless adds to Python are a cheap and lightweight convenience which can if used properly, give the following benefits: Improved program structure. More readable code. Increased programmer productivity.

April 24 2009

March 16 2009

Concurrence

Concurrence is a framework for creating massively concurrent network applications in Python

February 26 2009

It's finally done: Agavi 1.0.0 has arrived!

Congrats to Wombert, Kaos et al! Agavi has made 1.0!

February 24 2009

AribaWeb - More App, Way Less Code!

Java full stack framework - confusing welcome video shows this does a lot. How easy it is to deviate from the magic is not clear

February 03 2009

juno - simple sinatra like framework for python

In the past I dissed sinatra - but can see some good points, as long as you know its limitations. Juno kindly highlights some of the downsides: Juno violates some usual principles of good design (don't use global variables, don't do things implicitly, etc.) for the sake of fast development and less boilerplate code. You've been warned.
Reposted byagile agile

September 28 2008

Nagare

Nagare is an Open-Source framework ... and Now For Something Completely Different Nagare doesn't follow the statu quo established by the classic frameworks of the Java, Python, Php and Ruby worlds: * no templating language * no explicit URL routing / mapping * no controllers proliferation * no manual management of the HTTP request / response cycles * no global session object * no REST by default

July 12 2008

Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.