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
·

1 repositorio

Awesome GitHub RepositoriesMarkdown Serializers

Compilers that translate markdown source into serialized formats for transmission between server and client.

Distinct from Source-to-Bytecode Compilers: Focuses on transforming markdown into a portable serialized format rather than bytecode for a virtual machine

Explore 1 awesome GitHub repository matching programming languages & runtimes · Markdown Serializers. Refine with filters or upvote what's useful.

Awesome Markdown Serializers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hashicorp/next-mdx-remoteAvatar de hashicorp

    hashicorp/next-mdx-remote

    3,073Ver en GitHub↗

    next-mdx-remote is a rendering library for Next.js that serializes and renders MDX content from remote sources. It functions as a secure MDX compiler and remote content serializer, transforming MDX strings from external APIs or databases into a format compatible with client-side hydration. The library distinguishes itself through a secure compilation process that restricts JavaScript execution and global variable access to prevent remote code execution. It utilizes a custom component mapper to replace standard HTML elements in markdown with specific React components, allowing for dynamic cont

    Compiles markdown into a serialized intermediate representation on the server to avoid shipping heavy compilers to the browser.

    TypeScript
    Ver en GitHub↗3,073
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Compiled Languages
  4. Source-to-Bytecode Compilers
  5. Markdown Serializers