squrl
v0.0.0-development-v.5
Published
<p align="center"> <img src="https://modernfarmer.com/wp-content/uploads/2014/12/squirrel.jpg" style="width: auto; height: auto; max-width: 500px; max-height: 300px;"/> </p>
Downloads
3
Readme
squrl
Whole-System State Management
Overview
What if we could describe our business domain as a set of functions that both Server and Client could share? What if instead of worrying about CRUD actions on data, we worried about the secret sauce that makes our application unique? What if we could point our whole application at a description of resources and let it figure out how to do everything else? Enter squrl
: Think of it as meteor
meets graphql
meets lenses
.
Pieces
- Responsible for abstracting the decoding of messages sent across the wire
- Responsible for abstracting both Client and Server WebSocket communication using Parser
- Responsible for reacting to actions sent across the wire that keeps the Data in sync across devies
- General utilities and helpers that are used internally