michaelkuty / mindmap-editor

Vert.x, MongoDB, D3.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 99.6%Language:CSS 0.3%Language:Java 0.1%Language:PHP 0.0%Language:Shell 0.0%