3 مستودعات
Lifecycle controllers for Go applications that coordinate process transitions and signal monitoring.
Distinct from Go Process Monitors: Shortlist focuses on diagnostics or monitoring rather than active lifecycle and transition control.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Go Server Process Managers. Refine with filters or upvote what's useful.
Grace is a lifecycle controller and process manager for Go applications designed to coordinate server transitions and implement system-level socket activation. It functions as a tool for managing secure HTTP servers and their transport layer security configurations across multiple ports. The project enables zero-downtime deployments by handing over network sockets to successor processes, allowing existing requests to complete before an old process shuts down. It also provides socket activation management, which allows servers to start lazily only upon receiving connections through an external
Acts as a lifecycle controller for Go applications to coordinate server transitions via system signals.
Endless هو غلاف خادم ومدير عمليات بدون توقف (zero-downtime) لخوادم HTTP بلغة Go. يستبدل مستمعي المكتبة القياسية لتنسيق انتقالات العمليات وإدارة المقبس، مما يسمح بتحديث الثنائيات دون إسقاط اتصالات الشبكة النشطة. يمكّن المشروع عمليات إعادة التشغيل بدون توقف عن طريق تشغيل عملية فرعية جديدة لتولي مقابس الشبكة قبل إغلاق العملية الأصلية. يدير تدفق حركة المرور الآمن عن طريق تغليف الخوادم بطبقات تشفير TLS ويدعم التنسيق لكل من منافذ الشبكة القياسية ومقابس Unix. يتعامل النظام مع دورة حياة الخادم من خلال الإدارة القائمة على الإشارة، وينفذ وظائف إعداد وتنظيف محددة أثناء عمليات إعادة التشغيل. يضمن التوافر المستمر من خلال تنسيق تسليم المقبس ويوفر آليات إغلاق رشيقة تستنزف الطلبات النشطة أو تنهي الاتصالات المعلقة بعد فترة سماح محددة.
Provides lifecycle control for Go applications, coordinating process transitions and monitoring system signals.
Fresh is a development utility and process manager for Go web applications that synchronizes the running state of a binary with its source code. It functions as a live-reload orchestrator that automatically recompiles and restarts Go applications when source or template files are modified. The tool distinguishes itself by capturing compilation failures and serving them through a web middleware layer, allowing build errors to be displayed directly within the browser. It manages the full development cycle by monitoring the filesystem via kernel events to trigger automatic rebuilds and handling
Enables rapid development of Go web applications through automatic restarts and real-time build error feedback.