2
I have to do a college group work consisting of making use and sequence case diagrams. In order not to have to keep downloading files, editing and re-sending to other members of the group, there is some "Google Docs type" tool for this type of diagram?
There is the Gliffy that has recourse to collaboration in addition to others listed here http://stackoverflow.com/questions/19978983/is-there-a-google-doc-style-uml-tool
– Gustavo Jantsch
You can try using the Draw io.
– Isaias Tavares
For use cases there is a very easy to use and share yuml call (https://yuml.me/). It even has plugins for you to use on blogs or embed in HTML pages. For sequence diagram, as it depends on classes and is more elaborate would indicate the Astah Community, but I do not know if it can share online. (http://astah.net/editions/community)
– Pagotti