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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesJavaScript Object Graph Definitions

Constructs graph structures using plain JavaScript objects with nodes, edges, subgraphs, and attributes as an alternative to DOT syntax.

Distinct from Graph Construction Frameworks: Distinct from Graph Construction Frameworks: focuses on defining graphs via JavaScript object literals rather than building orchestration or dependency graphs.

Explore 1 awesome GitHub repository matching software engineering & architecture · JavaScript Object Graph Definitions. Refine with filters or upvote what's useful.

Awesome JavaScript Object Graph Definitions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mdaines/viz-jsAvatar von mdaines

    mdaines/viz-js

    4,330Auf GitHub ansehen↗

    viz-js is a JavaScript rendering library and graph visualization engine that converts Graphviz DOT language descriptions into visual diagrams. It functions as a Graphviz rendering library designed to produce SVG output for web applications. The project utilizes a WebAssembly port of the Graphviz C library to execute layout engines directly in the browser. To maintain interface responsiveness, it processes computationally expensive layout calculations within background worker threads and uses a standardized JSON format for layout serialization. The library provides tools for dynamic graph vis

    Provides a programmatic JavaScript object API for constructing graph definitions without writing DOT syntax.

    JavaScriptdotemscriptengraphviz
    Auf GitHub ansehen↗4,330
  1. Home
  2. Software Engineering & Architecture
  3. Graph Construction Frameworks
  4. JavaScript Object Graph Definitions