Skip to content
Go back

Text to UML Diagrams - Online tools

Published: at 12:00 PM

I came across two great tools for creating UML diagrams. Traditionally I’ve used Visio, which is cumbersome and awkward to use. You need to click, drag, right-click, left-click, god-knows-click to get anywhere.

The great thing about these two tools is that they are text-based. You use a simple text syntax to create these diagrams. You get automatic visual feedback as you type.

Here is an example I put together (using js-sequence-diagrams) which illustrates a request-poll-response style architecture, which is good for working with CQRS style applications and message buses.

Example Diagram


Suggest Changes

Previous Post
Visual Representation of SQL Joins
Next Post
The one cost engineers and product managers don’t consider