Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 787 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 787 Bytes

MindMap editor

implementation of d3.js tree layout mind map editor

Run server all in one app

vertx runmod io.majklk~mindmapeditor~0.0.1 -conf examples/allinone.json

Run in cluster

Node 1 - HTTP + WebSocket

vertx runmod io.majklk~mindmapeditor~0.0.1 -cluster-host interface -ha -conf examples/webserver.json

Node 2 - Database Node + Shell access + Image exporter

vertx runmod io.majklk~mindmapeditor~0.0.1 -cluster-host interface -ha -conf examples/dbserver.json

SSH access to vert.x core over Node 2

ssh -p 2000 admin@ip_node2

Screenshots

web app opened mind map update action