awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesIn-Application Integration

Embedding version control capabilities directly into software applications as a persistence or tracking layer.

Distinct from Git and Version Control: Distinct from general Git clients by focusing on using Git as a storage engine inside another JS app

Explore 1 awesome GitHub repository matching part of an awesome list · In-Application Integration. Refine with filters or upvote what's useful.

Awesome In-Application Integration GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • creationix/js-gitAvatar de creationix

    creationix/js-git

    3,844Voir sur GitHub↗

    js-git is a modular JavaScript implementation of the Git protocol and object model. It provides a content-addressable storage engine that manages blobs, trees, and commits using cryptographic hashes, allowing version control functionality to operate without external system dependencies. The project features a pluggable repository interface and storage layer, enabling Git data to be persisted across diverse mediums such as browser databases or local file systems. It includes a streaming packfile processor for packing and unpacking objects to facilitate efficient data transfer. The library cov

    Allows integrating full version control functionality to track data changes or use a repository as a persistent store.

    JavaScript
    Voir sur GitHub↗3,844
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Git and Version Control
  5. In-Application Integration