What's the best web-based
platform to visualize system architecture ?
For example, I want to draw/visualize how client hits http
server, then http
server hits database
server and so on.
What kind of options do we have today ?
Thanks !
I use this website (known as draw.io) for a couple of years to build architecture diagrams/flows. There are multiple reasons I like this platform:
Although this platform allows you to build sequence diagrams, a better option for this would be PlantUML. It's really straight forward to learn the language. Here is an example on how to build a sequence diagram.