# nutuml **Repository Path**: amtech/nutuml ## Basic Information - **Project Name**: nutuml - **Description**: NutUml 是一个开源,免费的UML建模工具,你可以在网页上修改文本,实时查看生成UML图。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-28 - **Last Updated**: 2023-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NutUml NutUml is A tool to generate UML diagram via text. For online preview you can visit [http://www.nutuml.com/](http://www.nutuml.com/) A generated UML secquence are as follow: ![avatar](https://7niu.genlei.cn/nutuml-demo-20201220.png) ## Get Start We describe the upper image by: ``` Client -> Server : Request Server -> Client : Response ``` You can use the follow Code to try. Remember download nutuml.js to your local. ```
``` Thank you!