Software Alternatives, Accelerators & Startups

GoJS

GoJS is a JavaScript library for building interactive diagrams on HTML web pages. Build apps with flowcharts, org charts, BPMN, UML, modeling, and other visual graph types.

GoJS

GoJS Reviews and Details

This page is designed to help you find out whether GoJS is good and if it is the right choice for you.

Screenshots and images

  • GoJS Landing page
    Landing page //
    2023-03-21

Features & Specs

  1. Rich Feature Set

    GoJS offers a comprehensive set of features designed for creating interactive diagrams, charts, and complex visualizations. This includes node and link modeling, custom styling, data binding, automatic layouts, and more.

  2. Extensive Documentation

    The library is well-documented, providing developers with thorough guides, a detailed API reference, and numerous examples to assist in the implementation and troubleshooting of applications.

  3. High Performance

    GoJS is optimized for performance, enabling the creation of responsive web applications that can handle a large number of nodes and complex interactions efficiently.

  4. Flexibility and Customization

    GoJS offers great flexibility, allowing developers to customize the appearance and behavior of diagrams entirely, which makes it suitable for a wide range of use cases.

  5. Active Support and Community

    The GoJS team provides active support to users through their forum and is responsive to issues and feature requests. This is complemented by a growing community of users sharing insights and solutions.

Badges

Promote GoJS. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

GoJS in 12 Minutes: JavaScript Diagramming Library Tutorial

What's in a GoJS JavaScript Application? | GoJS Beginner Tutorial #1

[GOJS] Design Patterns em Javascript

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about GoJS and what they use it for.
  • Ask HN: What do you use to create diagrams?
    Well I make https://gojs.net, so I just use the GoJS diagramming library to make diagrams :D Of course, its made for developers trying to make applications, not end users. - Source: Hacker News / over 1 year ago
  • Ask HN: What is the best software to visualize a graph with a billion nodes?
    My library (https://gojs.net) can do that easily. Give it a look, and if you think the price is acceptable for your project, contact us and we can make you a proof-of-concept. - Source: Hacker News / almost 2 years ago
  • Your 14-Day Free Trial Ain't Gonna Cut It
    If you click on their username, it takes you to their profile. https://news.ycombinator.com/user?id=simonsarris. - Source: Hacker News / about 2 years ago
  • Burning money on paid ads for a dev tool โ€“ what we've learned
    Have spent six figures yearly on ads, mostly for reach for the developer-focused diagram library GoJS (https://gojs.net) > Each experiment will need ~$500 and 2 weeks I would add a zero if you want serious data. I would also double the timescale. $5,000 over 4 weeks I second the uselessness of Google Display, it might look like conversions numbers are good but they are 100% too good to be true. As soon as you look... - Source: Hacker News / almost 3 years ago
  • Any Ideas How to Create a Graph Builder UI in React?
    Used goJS in one project and konva in another. Source: over 3 years ago
  • Ask HN: What is the most impactful thing you've ever built?
    I built GoJS, which is one of the most popular commercial JS diagramming libraries: https://gojs.net I built carefulwords, a very fast thesaurus and quote site for inspiration, used by... Tens of people a day. Eg: https://carefulwords.com/gift https://carefulwords.com/solitude I mostly made it for myself, me and my wife use it all the time. I am slowly editing down the thesaurus to managable size. I built a 12x16... - Source: Hacker News / over 3 years ago
  • Node-Based UIs
    I made a pull request for GoJS (https://gojs.net) I have been building this canvas-based graphing library since 2011, and it contains a good number of features around customization and interactivity that are not found in other libraries. It is commercial for non-academic use however. - Source: Hacker News / over 3 years ago
  • Where I can learn how to do the following in React?
    In one project we use konva, in another we used gojs. Any of them or some other library needs some training and introduce own limitations but it still way way way better than handing all the coordinates, calculations, routing etc on your own. Source: over 3 years ago
  • TypeScript is terrible for library developers
    I am really surprised by this guy's opinion. I make GoJS (https://gojs.net/), a diagramming library written in TypeScript. The project began in 2011 and we converted it to TS in 2018. It's been a huge plus. The sole downside was the initial time it took during conversion, but even in doing so we caught bugs with incorrect input types, documentation mistakes, etc. On our end, it enforces type safety better... - Source: Hacker News / almost 4 years ago
  • Ask HN: How to quickly animate sketches and 2D diagrams?
    GoJS might work for you: https://gojs.net Although the focus of the library is interactivity and not setting up sequences of animation, but that is possible too. - Source: Hacker News / over 4 years ago
  • It's always been you, Canvas2D
    My livelihood has been primarily building a Canvas diagramming library since 2010 (https://gojs.net), if anyone has any questions about 2D Canvas use in the real-world I'd be happy to answer them. Roundrect is great. Though you don't need 4 arcTo in order to make a rounded rect, you can use bezier instead (we do). Their example is also 1% amusing because they set the `fillStyle` but then call `stroke` (and not... - Source: Hacker News / over 4 years ago
  • Ask HN: What are some tools / libraries you built yourself?
    I'm not the only developer but I made (and still make) GoJS, an interactive diagramming library for the web. https://gojs.net Most of its popularity is with large companies building their own internal tools where they need diagramming visualization capabilities (layouts, save/load, undo/redo, data binding, etc). So you won't see it too often in the wild, but under the surface it's used in every industry. I love... - Source: Hacker News / about 5 years ago
  • Ask HN: What diagrams do you use in software development?
    I actually make a diagramming library for the web, called GoJS: https://gojs.net So I make all kinds of diagrams, mostly as demonstrations. When developing an API itself, especially one where there are phases (objects must measure themselves and draw in a certain order, and not more than they need to), state machine-style and flowchart-style diagrams are awfully helpful. - Source: Hacker News / about 5 years ago

Summary of the public mentions of GoJS

GoJS is a notable player in the diagramming library market, often featured among the top JavaScript libraries for creating advanced interactive diagrams. As a comprehensive tool designed primarily for developers building applications requiring diagramming capabilities, it remains a popular choice among large enterprises and developers who value its customizable features and extensive documentation.

Key Features

GoJS provides a suite of features vital for interactive diagramming, including drag-and-drop functionality, transactional state management, undo and redo operations, and data-bound models. Its extensible tool system enables developers to create custom operations tailored to their specific needs. The library offers over 150 interactive samples across various diagram types such as BPMN, flowcharts, and state charts, which serve as starting points for developers. The well-documented API further aids developers looking to integrate diagramming functionalities swiftly.

Public Perception

The public discourse around GoJS reveals a generally positive sentiment. The library frequently appears in discussions among software developers seeking robust tools for creating complex diagrams. Users praise GoJS for its rich features and high level of customization, which surpass those of many competitors such as mxGraph, Konva, jsPlumb, and others. However, it is often mentioned that GoJS is better suited for developers than end-users, underscoring its focus on application development rather than consumer-centric design.

Use in Various Domains

GoJS is widely used for internal tools in diverse industries. Its capabilities for handling complex visualizations, such as graphs with extensive nodes, make it a preferred choice in enterprise settings. Though not typically visible in direct end-user applications, its functionality is indispensable in the backend operations of various enterprises where diagramming and visualization of data structures play a key role.

Marketing and Commercial Aspects

Despite its robustness, some discussions highlight challenges GoJS faces regarding its commercial model and marketing practices. For instance, there are mixed opinions on its pricing structure, with some users finding it reasonable, whereas others suggest its price point as a consideration for potential users. Additionally, GoJS's approach to advertising and awareness has drawn criticism about its reliance on digital ad platforms, highlighting challenges in achieving genuine user engagement through these channels.

Technical Considerations

GoJS is built leveraging TypeScript, which has been emphasized by its developers as a strategic move enhancing the library's reliability and type safety. This decision is seen to have improved debugging processes and added robustness to the library's API, aligning closely with developers' needs. These technical details resonate with the developer community by emphasizing GoJSโ€™s commitment to making the library technically sound and user-friendly from a coding standpoint.

In summary, GoJS holds a significant reputation within the diagramming library ecosystem, appreciated for its advanced features tailored for software developers. However, it faces commercial challenges that might affect wider adoption, despite merit-based evidence of its functionality.

Do you know an article comparing GoJS to other products?
Suggest a link to a post with product alternatives.

Suggest an article

GoJS discussion

Log in or Post with

Is GoJS good? This is an informative page that will help you find out. Moreover, you can review and discuss GoJS here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.