0.2.0
The official launch of Maki 0.2.0 – architecture as a library, powered by resource-driven design.
Features:
- Simple definition of "Resources", which become fully compliant REST endpoints (using the
http
service, by default) - Resources are made available via both JSON and HTML at the same URL, using HTTP Content Negotiation
- Routable WebSockets for PubSub; all URLs serve atomic updates to their underlying resources
- Extensible Plugin Architecture
This release does not include any single-page application functionality or client-side database caching. It also does not include authentication or authorization. Security in this release is entirely up to you.
You can now find a working username:password login system in the maki-passport-local plugin.
Documentation can be found in the docs folder.