Hi!
at the moment we released the beta of version 2 and yes there is still much work to do with the documentation. But we are working on that at the moment.
The Map view is not included inside the beta release so far, but is planed for the final release. What I can tell is that the map view for version 1.x still works.
The frontend model has a store property. The store is a layer between the model and the persistence. You can use the M.BikiniStore, M.LocalStorageStore or M.WebSqlStore. If you use the M.BikiniStore you need to set a URL to your running instance. The server accepts a Rest API as well as a
socket.io connection and will update all connected clients. Have a look at the addressbook sample app:
https://github.com/mwaylabs/The-M-Project-Sample-Apps/tree/master/addressbook
3. At the moment there is no chart library but it is pretty simple to install one if the third party lib supports bower. just run bower install LIBNAME
Please stay tuned for further improvements/features.
best regards
marco