Skip to content
morloi edited this page Sep 23, 2015 · 10 revisions

Mosaico is a frontend/javascript application: you can serve it through any httpd server such as Apache or IIS. However, Mosaico, for working, needs a server based backend, for image upload/manipulation, email download and send, or any other integration with your services.

The gitHub open source distribution provide a minimal node.js backend suitable just for tests, your backend could be developed in any language. For further information refer to the example backend provided by the distribution.

Clone this wiki locally