资 源 简 介
Nimble migrated to bitbucket.org Go there
Nimble is a simple client-server library for an efficient http service creation in python.
If you"re using python and your web application scheme will be based on distributed services - you may found nimble useful.
You can quickly create a lightweight python-only backend fastcgi server with no url dispatching, no param decoding and so on. Declare a primitive client for your service and forget about the net or protocol.
Nimble can help you to create data services used by AJAX clients, web site controllers, other services, develop some standalone API server for you web site functionality.
Advantages:
Fast coding, fast deployment, fast work
Controlled code efficiency and complicity, good customization opportunities
Disadvantages:
Unstable stru