You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jason Smith edited this page Jul 7, 2015
·
6 revisions
Welcome to Mongolar
Mongolar is a CMS written in Go and AngularJS with MongoDB as a storage backend.
The goal of Mongolar is to break every web page down to elements that all load
asynchronously, through their own dedicated API endpoints. This allows for
aggressive targetted caching for dynamic websites.
As an added benfit to this approach Mongolar has its display and logic
completely separated, following an
MVA
approach.
Scale
Mongolar attempt to scale in several ways.
Targetted caching of page elements
Stateless Servers
MongoDB
Templating performed client side
Assets (html, images, js, css) distributed across network resources