Encapsule/jsgraph v0.5 released on npm

23 views
Skip to first unread message

Chris Russell

unread,
Jul 15, 2015, 7:53:38 AM7/15/15
to nod...@googlegroups.com
I just have released v0.5 jsgraph on npm: https://www.npmjs.com/package/jsgraph

Encapsule/jsgraph is a framework for working with directed graph data models using an in-memory storage container abstraction, and a small but growing collection of powerfully-extensible graph coloring algorithms implemented using the visitor pattern. The library is specifically designed for efficient embedding in complex Node.js / HTML 5 applications that require clean separation of concerns, and a high-degree of extensibility and control.

jsgraph is based on the API design and architectural separaton of concerns for graph algorithms invented by the authors of the Boost C++ Graph Library (BGL). The port is logically close enough that the BGL documentation should be considered as an advanced resource.


Consider jsgraph's `DirectedGraph` container as a future-proof application-specific data structure container to insulate your access code from change via an API normalized at a directed graph level of abstraction.

Hope you find it useful. Please file issues if you find any problems.

Regards, Chris Russell

Reply all
Reply to author
Forward
0 new messages