Gin هي أداة إعادة تحميل ساخنة ومُعيد تحميل مباشر لتطبيقات ويب Go. تعمل كأداة تطوير وكيل HTTP تراقب الملفات المصدر للتغييرات وتقوم تلقائياً بإعادة تجميع وإعادة تشغيل خادم الويب للقضاء على عمليات إعادة تشغيل الخادم اليدوية.
الميزات الرئيسية لـ codegangsta/gin هي: Hot-Reloading Servers, Application Hot Reloading, Process Restarters, Hot Reloading Utilities, Server Process Reloaders, HTTP Request Forwarders, Go Development Workflows, File System Monitors.
تشمل البدائل مفتوحة المصدر لـ codegangsta/gin: tinyproxy/tinyproxy — Tinyproxy is a lightweight HTTP and HTTPS proxy daemon designed for POSIX operating systems. It functions as a… oxequa/realize — Realize is a developer workflow orchestrator that monitors the filesystem for changes and automatically restarts… encode/uvicorn — Uvicorn is an ASGI web application host designed for asynchronous Python web development. It serves applications… mitmproxy/mitmproxy — Mitmproxy is an interactive, programmable network proxy engine designed for traffic analysis and protocol… watchexec/watchexec — Watchexec is a command-line task runner and file system change trigger that automates developer workflows by executing… cosmtrek/air — Air is a live reload tool and build automation utility for Go applications. It functions as a hot reloading…
Tinyproxy is a lightweight HTTP and HTTPS proxy daemon designed for POSIX operating systems. It functions as a system-level network proxy that manages web traffic with minimal resource overhead. The project supports multiple routing modes, including reverse proxying to forward requests to backend servers and transparent proxying to intercept network traffic without client-side configuration. It also includes a header filter to modify or block specific HTTP headers for privacy and security. The software incorporates network access control based on client subnets and protocol filtering. For sy
Realize is a developer workflow orchestrator that monitors the filesystem for changes and automatically restarts applications, runs build scripts, and executes custom commands in response. It coordinates sequential command pipelines across setup, start, and cleanup phases, managing process lifecycles for multiple projects from a single declarative YAML configuration file. The tool distinguishes itself by combining file-change-triggered automation with multi-project process management, allowing several independent projects to be watched and coordinated concurrently. It supports environment var
Uvicorn is an ASGI web application host designed for asynchronous Python web development. It serves applications through a standardized asynchronous server gateway interface to handle non-blocking network traffic and high-concurrency requests. The server manages both HTTP and WebSocket traffic, including the handshaking process required to establish persistent, full-duplex communication channels for real-time data exchange. For development workflows, the project includes a hot-reload mechanism that monitors the filesystem for source code changes and automatically restarts the server process.
Mitmproxy is an interactive, programmable network proxy engine designed for traffic analysis and protocol manipulation. It functions as a gateway that intercepts, inspects, and modifies network traffic in real-time, supporting HTTP, HTTPS, WebSocket, DNS, and generic TCP or UDP streams. By acting as a trusted certificate authority, the proxy can dynamically generate and sign certificates to decrypt and analyze secure TLS-encrypted connections. The project distinguishes itself through a highly extensible, event-driven architecture that allows users to automate traffic transformation using cust