can-connect
can-connect copied to clipboard
Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
When trying to use `can-connect` as an interface for localStorage only, no HTTP calls, `.getAll({})` results in `{message: "no data", error: 404}`. This is the connection behavior I am using:...
The `serialize` method of `can/ref` doesn't work properly with `can-define/map`.
This pull request was created with [Landscaper](https://github.com/bitovi/landscaper). The following code mods were used to create this PR: 1. **detect-cycles-codemod** Please review this PR carefully as Landscaper does not guarantee any...
Epic for a new version of `can-connect`. This epic needs to be renamed to the actual version number. 😊 Related issues: https://github.com/canjs/can-connect/issues/247 - superMap should allow overriding behaviors to be...
@frank-dspeed commented on [Mon Jul 24 2017](https://github.com/canjs/canjs/issues/3444) > or if your using async values that are undefined at first like a promis always return the promis directly and use isResolved...
We've had several ideas on how to improve can-connect behavior ordering: - algorithmically order behaviors based on their requirements - create a connection "pipeline" of "stages" that behaviors define themselves...
[](https://ci.appveyor.com/project/matthewp/can-connect-feathers) [](https://coveralls.io/github/canjs/can-connect-feathers?branch=master)
For #271, the automatic addition of `data/callbacks` when the `real-time` behavior is used, was a desired feature of can-connect, and necessitated some way for real-time to declare that it needed...
This PR covers the use of Service Workers for managing data through can-connect. Service workers are a new technology that allows caching, indexing, and manipulation of data outside the scope...
# Goals: - allow modification of existing can-connect behavior chains (via insertion and replacement) # API: - newBehaviour.insertAfter(existingBehaviour, behaviourChain) where existingBehaviour is a 'behaviorName' string or behaviour mixin instance matching...