awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
codegangsta avatar

codegangsta/gin

0
View on GitHub↗
4,248 estrellas·307 forks·Go·MIT·1 vista

Gin

Gin es una utilidad de recarga en caliente y recargador en vivo para aplicaciones web en Go. Funciona como una herramienta de desarrollo de proxy HTTP que monitorea archivos fuente en busca de cambios y recompila y reinicia automáticamente el servidor web para eliminar los reinicios manuales del servidor.

La herramienta gestiona el flujo de trabajo de desarrollo rastreando eventos del sistema de archivos y coordinando la secuencia de recompilación del código fuente. Maneja la gestión de procesos hijos para el compilador de Go y el binario de la aplicación, enrutando el tráfico entrante a la instancia activa del servidor y refrescando el proceso tras la siguiente solicitud después de una compilación exitosa.

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.

Historial de estrellas

Gráfico del historial de estrellas de codegangsta/ginGráfico del historial de estrellas de codegangsta/gin

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Gin

Proyectos open-source similares, clasificados según cuántas características comparten con Gin.
  • tinyproxy/tinyproxyAvatar de tinyproxy

    tinyproxy/tinyproxy

    5,886Ver en 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
    Ver en GitHub↗5,886
  • oxequa/realizeAvatar de oxequa

    oxequa/realize

    4,454Ver en 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
    Ver en GitHub↗4,454
  • encode/uvicornAvatar de encode

    encode/uvicorn

    10,767Ver en 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
    Ver en GitHub↗10,767
  • mitmproxy/mitmproxyAvatar de mitmproxy

    mitmproxy/mitmproxy

    43,943Ver en 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
    Ver en GitHub↗43,943
Ver las 30 alternativas a Gin→

Preguntas frecuentes

¿Qué hace codegangsta/gin?

Gin es una utilidad de recarga en caliente y recargador en vivo para aplicaciones web en Go. Funciona como una herramienta de desarrollo de proxy HTTP que monitorea archivos fuente en busca de cambios y recompila y reinicia automáticamente el servidor web para eliminar los reinicios manuales del servidor.

¿Cuáles son las características principales de codegangsta/gin?

Las características principales de codegangsta/gin son: Hot-Reloading Servers, Application Hot Reloading, Process Restarters, Hot Reloading Utilities, Server Process Reloaders, HTTP Request Forwarders, Go Development Workflows, File System Monitors.

¿Qué alternativas de código abierto existen para codegangsta/gin?

Las alternativas de código abierto para codegangsta/gin incluyen: 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…