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
·

2 repositorios

Awesome GitHub RepositoriesServer-Side Template Integration

Integrating client-side reactivity into HTML generated by server-side engines without syntax conflicts.

Distinguishing note: Focuses on the intersection of server-side rendering and client-side reactivity, which is not captured by the candidates.

Explore 2 awesome GitHub repositories matching web development · Server-Side Template Integration. Refine with filters or upvote what's useful.

Awesome Server-Side Template Integration GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vuejs/petite-vueAvatar de vuejs

    vuejs/petite-vue

    9,683Ver en GitHub↗

    Petite-vue is a lightweight, client-side reactive UI library and templating engine designed for progressive enhancement. It serves as a minimal state management tool that binds reactive data to DOM elements, allowing user interfaces to update automatically when state changes without requiring a full build step. The framework specifically focuses on adding interactivity to server-rendered HTML. It allows for the creation of isolated reactive regions and embedded widgets on a single page, using custom delimiters to prevent syntax conflicts with server-side template engines. The system covers r

    Adds client-side reactivity to pages generated by server-side engines while avoiding syntax conflicts.

    TypeScript
    Ver en GitHub↗9,683
  • lwch/natpassAvatar de lwch

    lwch/natpass

    4,457Ver en GitHub↗

    Natpass es una puerta de enlace de acceso remoto basada en web y orquestador diseñado para gestionar instancias de servidores remotos, streaming de escritorio y entornos de desarrollo en la nube a través de un navegador. Funciona como un portal centralizado para ejecutar comandos de shell y acceder a escritorios gráficos en servidores remotos sin necesidad de clientes locales. El sistema incluye un host de IDE remoto y un streamer de escritorio remoto, permitiendo entornos de desarrollo del lado del servidor y la transmisión de la interfaz visual de una máquina remota directamente a un navegador web. También cuenta con una herramienta de consulta de documentación en lenguaje natural para recuperar respuestas técnicas y extractos específicos de la documentación mediante el procesamiento de solicitudes. El proyecto cubre la administración de servidores remotos y flujos de trabajo de desarrollo, proporcionando emulación de terminal accesible desde el navegador y virtualización de entornos remotos para la ejecución de comandos multiplataforma.

    Runs a full integrated development environment on a remote server accessible through a standard web browser.

    Gocode-servergolangprotobuf
    Ver en GitHub↗4,457
  1. Home
  2. Web Development
  3. Server-Side Template Integration

Explorar subetiquetas

  • Remote IDEsServer-side hosting of full integrated development environments accessible via web browsers. **Distinct from Server-Side Template Integration:** Focuses on hosting the full IDE environment on a server, whereas the parent refers to general template integration.