-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Jason Smith edited this page Jul 7, 2015
·
6 revisions
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.
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