awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
codegangsta avatar

codegangsta/gin

0
View on GitHub↗
4,248 stele·307 fork-uri·Go·MIT·1 vizualizare

Gin

Gin este un utilitar de hot reloading și live reloader pentru aplicații web Go. Funcționează ca un instrument de dezvoltare de tip proxy HTTP care monitorizează fișierele sursă pentru modificări și recompilează și repornește automat serverul web pentru a elimina repornirile manuale ale serverului.

Instrumentul gestionează workflow-ul de dezvoltare prin urmărirea evenimentelor sistemului de fișiere și coordonarea secvenței de recompilare a codului sursă. Gestionează gestionarea proceselor-copil pentru compilatorul Go și binarul aplicației, rutând traficul de intrare către instanța activă a serverului și reîmprospătând procesul la următoarea cerere după un build reușit.

Features

  • Hot-Reloading Servers - Provides a development server that monitors source changes and refreshes the running application automatically.
  • Application Hot Reloading - Allows developers to update running application logic instantly by monitoring files and recompiling without manual restarts.
  • Process Restarters - Automatically restarts the server process upon the first request following a successful build.
  • Hot Reloading Utilities - Eliminates manual server restarts for Go applications by automatically updating the running binary on file modification.
  • Server Process Reloaders - Monitors Go source files to automatically recompile and restart the web server process.
  • HTTP Request Forwarders - Intercepts incoming HTTP traffic and forwards it to the currently active application server instance.
  • Go Development Workflows - Optimizes the Go development lifecycle with automatic recompilation and server restarts.
  • File System Monitors - Utilizes operating system notifications to track source file changes and trigger the recompilation process.
  • Automatic Process Restarters - Monitors file changes and automatically restarts the server process to ensure the latest code is served.
  • Change-Triggered Builds - Implements a system that runs compilation commands automatically in response to filesystem changes.
  • Local Development Environments - Enables a local environment where Go code changes are reflected in real time for faster prototyping.
  • HTTP Proxies - Acts as an HTTP proxy that routes traffic to a backend server and manages process refreshes.
  • Child Process Management Helpers - Provides utilities to spawn and manage the lifecycle of the Go compiler and application binary as subprocesses.
  • Build and Compilation Tools - Live-reload tool for development.

Istoric stele

Graficul istoricului de stele pentru codegangsta/ginGraficul istoricului de stele pentru codegangsta/gin

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Gin

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Gin.
  • tinyproxy/tinyproxyAvatar tinyproxy

    tinyproxy/tinyproxy

    5,886Vezi pe GitHub↗

    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

    C
    Vezi pe GitHub↗5,886
  • oxequa/realizeAvatar oxequa

    oxequa/realize

    4,454Vezi pe GitHub↗

    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

    Gobuild-systembuild-toolfilewatcher
    Vezi pe GitHub↗4,454
  • encode/uvicornAvatar encode

    encode/uvicorn

    10,767Vezi pe GitHub↗

    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.

    Python
    Vezi pe GitHub↗10,767
  • mitmproxy/mitmproxyAvatar mitmproxy

    mitmproxy/mitmproxy

    43,943Vezi pe GitHub↗

    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

    Pythondebugginghttphttp2
    Vezi pe GitHub↗43,943
Vezi toate cele 30 alternative pentru Gin→

Întrebări frecvente

Ce face codegangsta/gin?

Gin este un utilitar de hot reloading și live reloader pentru aplicații web Go. Funcționează ca un instrument de dezvoltare de tip proxy HTTP care monitorizează fișierele sursă pentru modificări și recompilează și repornește automat serverul web pentru a elimina repornirile manuale ale serverului.

Care sunt principalele funcționalități ale codegangsta/gin?

Principalele funcționalități ale codegangsta/gin sunt: Hot-Reloading Servers, Application Hot Reloading, Process Restarters, Hot Reloading Utilities, Server Process Reloaders, HTTP Request Forwarders, Go Development Workflows, File System Monitors.

Care sunt câteva alternative open-source pentru codegangsta/gin?

Alternativele open-source pentru codegangsta/gin includ: 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…