plouc / mozaik

Mozaïk is a tool based on nodejs / react / redux / nivo / d3 to easily craft beautiful dashboards
http://mozaik.rocks
MIT License
3.61k stars 363 forks source link

is mosaik mountable on an existing express app? #117

Closed bonesoul closed 7 years ago

juhamust commented 7 years ago

Well, you can pass existing express app: https://github.com/plouc/mozaik/blob/master/src/Mozaik.js#L37

This comes handy if you want to implement some server side features like authentication.

plouc commented 7 years ago

As the response from @juhamust seems fine, I close this issue