Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. | It is a coroutine -based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop. |
| - | Fast event loop based on libev or libuv;
Lightweight execution units based on greenlets;
API that re-uses concepts from the Python standard library (for examples there are events and queues);
Cooperative sockets with SSL support;
Cooperative DNS queries performed through a threadpool, dnspython, or c-ares;
Monkey patching utility to get 3rd party modules to become cooperative;
TCP/UDP/HTTP servers;
Subprocess support (through gevent.subprocess);
Thread pools |
Statistics | |
GitHub Stars 27.5K | GitHub Stars - |
GitHub Forks 4.9K | GitHub Forks - |
Stacks 1.7K | Stacks 260 |
Followers 1.6K | Followers 52 |
Votes 280 | Votes 0 |
Pros & Cons | |
Pros
Cons
| Cons
|
Integrations | |
| No integrations available | |

nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. According to Netcraft nginx served or proxied 30.46% of the top million busiest sites in Jan 2018.

The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant web server. Originally designed as a replacement for the NCSA HTTP Server, it has grown to be the most popular web server on the Internet.

Kafka is a distributed, partitioned, replicated commit log service. It provides the functionality of a messaging system, but with a unique design.

RabbitMQ gives your applications a common platform to send and receive messages, and your messages a safe place to live until received.

Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between Unicorn and slow clients.

Internet Information Services (IIS) for Windows Server is a flexible, secure and manageable Web server for hosting anything on the Web. From media streaming to web applications, IIS's scalable and open architecture is ready to handle the most demanding tasks.

Apache Tomcat powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations.
Phusion Passenger is a web server and application server, designed to be fast, robust and lightweight. It takes a lot of complexity out of deploying web apps, adds powerful enterprise-grade features that are useful in production, and makes administration much easier and less complex.

Transmit any volume of data, at any level of throughput, without losing messages or requiring other services to be always available. With SQS, you can offload the administrative burden of operating and scaling a highly available messaging cluster, while paying a low price for only what you use.

NSQ is a realtime distributed messaging platform designed to operate at scale, handling billions of messages per day. It promotes distributed and decentralized topologies without single points of failure, enabling fault tolerance and high availability coupled with a reliable message delivery guarantee. See features & guarantees.