Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominictarr/layered
https://github.com/dominictarr/layered
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dominictarr/layered
- Owner: dominictarr
- License: mit
- Created: 2015-03-22T01:22:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T08:30:54.000Z (over 9 years ago)
- Last Synced: 2024-08-09T03:02:30.112Z (3 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - dominictarr/layered - (others)
README
# layered
create layered apis by merging plugins together.
To build a house really quickly, assemmble as little as possible on site.
Create all the parts at a factory, and then bring them in, set up on a concrete pad and glue them together.
You'll know that you the parts you assembled at home are good, because
you use a repeatable process. You know the parts you assembled on site are good,
because it's so simple that it can't go wrong.This is the "framework" that was inside of [scuttlebot](https://github.com/ssbc/scuttlebot)
Inside of scuttlebot there was a plugin system, some stuff
for applying permissions, and a variety of application specific code.
The idea here, is to pull out the structure, The "frame",
let it be defined and tested cleanly.The application should just be very simple glue code.
## License
MIT