@Kereknjek i would start slow…
use my sample, send one request, get back content. you cannot put a whole page up unless u open an iframe…
MM is called a Single Page Application… (SPA)…
in this model, each ‘module’ contributes a little content (a div’s worth) and that little bit is injected into the running view of the web page (dom=document object model) again, you can see this layout on the developers window, elements tab
u can do this on your Windows PC too with chrome, press ctrl-shift-i on any page (again to turn it off)