Skip to content

jakubjosef/Mind-map-editor-angular

This branch is 1 commit behind michaelkuty/mindmap-editor:master.

Repository files navigation

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

About

Vert.x, MongoDB, D3.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%