0.0.0-development-v.5 • Published 6 years ago

squrl v0.0.0-development-v.5

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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

  • Parser

    • Responsible for abstracting the decoding of messages sent across the wire
  • Socket

    • Responsible for abstracting both Client and Server WebSocket communication using Parser
  • State

    • Responsible for reacting to actions sent across the wire that keeps the Data in sync across devies
  • Utils

    • General utilities and helpers that are used internally
1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago