3 Repos
Tools that manage the lifecycle of multiple concurrent server process instances.
Distinct from Server Process Management: Focuses on managing multiple parallel instances of a server rather than the lifecycle of a single process
Explore 3 awesome GitHub repositories matching web development · Multi-Instance Managers. Refine with filters or upvote what's useful.
shadowsocks-libev is an event-driven network daemon that provides an encrypted SOCKS5 proxy. It functions as a lightweight proxy server using a non-blocking event loop to route TCP and UDP traffic through encrypted tunnels to bypass network restrictions. The project implements a transparent proxy gateway capable of intercepting outbound packets at the network layer, allowing system traffic to be redirected through the encrypted tunnel without per-application configuration. It also includes a daemon process manager to control multiple proxy server instances as child processes via local communi
Provides a daemon manager to spawn and control multiple proxy server instances as child processes.
A Rust port of shadowsocks
Provides a management API to start, stop, list, and monitor multiple proxy server instances.
dtale is a web-based interactive grid and visualizer for pandas dataframes, designed as an exploratory data analysis tool. It provides a browser-based interface for analyzing tabular data structures, allowing users to calculate statistics, detect outliers, and compute correlations without writing manual code. The project functions as an embedded data viewer that can be integrated into web applications via iframes or custom routes, with specific support for Django, Flask, and Streamlit. It enables the exploration of datasets through a combination of an interactive data grid and a data visualiz
Tracks and allows switching between multiple concurrent data analysis sessions within one process.