Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndelangen/macaw-mvc5-2-client
https://github.com/ndelangen/macaw-mvc5-2-client
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndelangen/macaw-mvc5-2-client
- Owner: ndelangen
- Created: 2015-10-21T21:24:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T15:06:34.000Z (about 9 years ago)
- Last Synced: 2024-10-07T17:06:13.860Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 22.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Back-end (MVC5) to Client (?) rendering
## About this project
This is a work in progress on a proof of concept for a macaw solution with MVC, in which the template rendering is done both server side and client side.## End goals
* An architecture that is modular
* Separation of live-view and editing-view
* Ability to switch variants client-side
* Render a basic html variant initially
* Render to RDFa & JSON# Todo
* Finish POC
* Write documentation