Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Gunicorn

Compare

  Analyzed 1 day ago

Gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy.

10K lines of code

34 current contributors

3 months since last commit

37 users on Open Hub

Moderate Activity
4.5
   
I Use This

MicroMVC

Compare

  Analyzed 1 day ago

MicroMVC is a simplistic framework integrated with eventlet and Cheetah for writing quick web applications in Python. It's partially modeled after ASP.NET MVC in the terminology and structure of a given web application, but that's where the similarities end.

305 lines of code

0 current contributors

about 14 years since last commit

1 users on Open Hub

Inactive
4.0
   
I Use This

asyncoro

Compare

  Analyzed about 24 hours ago

asyncoro is a Python framework for developing concurrent, distributed programming with asynchronous completions and coroutines. asyncoro features include asynchronous (non-blocking) sockets, efficient polling mechanisms epoll, kqueue, /dev/poll, Windows IO Completion Ports for high performance and ... [More] scalability, SSL for security, asynchronous timers, locking primitives, database cursor operations, communicating coroutines with messages, channels for broadcasting messages, remote execution of coroutines, hot-swapping coroutine functions, and more. Programs developed with asyncoro have same logic and structure as programs with threads, except for a few syntactic changes. Coroutines exchanging messages can be local or distributed in many asyncoro instances across network. [Less]

19.1K lines of code

0 current contributors

about 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This