Tags : Browse Projects

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

uWSGI

Compare

  Analyzed about 12 hours ago

The uWSGI project aims at developing a full stack for building (and hosting) clustered/distributed network applications. Mainly targeted at the web and its standards, it has been successfully used in a lot of different contexts. Thanks to its pluggable architecture it can be extended without ... [More] limits to support more platforms and languages. Currently, you can write plugins in C, C++ and Objective-C. The “WSGI” part in the name is a tribute to the namesake Python standard, as it has been the first developed plugin for the project. Versatility, performance, low-resource usage and reliability are the strengths of the project (and the only rules followed). [Less]

207K lines of code

16 current contributors

about 1 month since last commit

27 users on Open Hub

Moderate Activity
5.0
 
I Use This

Tornado Web Server (tornadoweb)

Compare

  Analyzed 1 day ago

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.

30.5K lines of code

23 current contributors

25 days since last commit

22 users on Open Hub

Low Activity
4.66667
   
I Use This

Eventlet

Compare

  Analyzed about 17 hours ago

Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.

25.6K lines of code

6 current contributors

3 days since last commit

11 users on Open Hub

Moderate Activity
4.8
   
I Use This

gevent

Compare

  Analyzed about 16 hours ago

gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. Features include: convenient API around greenlets familiar synchronization primitives socket module that cooperates WSGI server on top of ... [More] libevent-http DNS requests done through libevent-dns monkey patching utility to get pure Python modules to cooperate [Less]

322K lines of code

8 current contributors

about 1 month since last commit

10 users on Open Hub

Moderate Activity
5.0
 
I Use This

Anzu

Compare

  Analyzed about 20 hours ago

Anzu is a lightweight web application development framework with Mako templating, gettext i18n, validators and sessions; based on Facebook's Tornado.

13.2K lines of code

0 current contributors

about 12 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

lua-handlers

Compare

  Analyzed about 20 hours ago

Provides a set of async. callback based handlers for working with raw TCP/UDP socket, ZeroMQ sockets, or HTTP requests.

4.35K lines of code

0 current contributors

over 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

multiplex

Compare

  No analysis available

Command line tool à la socat that multiplexes a process. Focusing on prototyping but with an eye on C10k servers.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: eclipse