Description: The Atmosphere Framework is an open-source asynchronous web application framework for the Java platform. It allows bi-directional communication between client and server without page refresh, allowing real-time web applications.
Type: software
Pricing: Open Source
Description: Eventlet is a concurrent networking library for Python that allows developers to easily write highly scalable servers. It uses green threads to provide asynchronous I/O without having to deal with callback functions or program complexity.
Type: software