JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q31413F
  • License pemrouz.mit-license.org

Package Exports

  • rijs.backpressure

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rijs.backpressure) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Ripple | Backpressure

Coverage Status Build Status

By default, the Sync module sends all resources to all clients. Users can limit this or change the representation sent to clients for each resource using the to transformation function. This module alters the default behaviour to only send resources and updates to clients for resources that they are using. You can still use the to hook to add extra business logic on top of this.

This works with both the declarative usage:

<twitter-feed data="tweets" css="styles.css">
// you will be sent twitter-feed, tweets, and styles.css

And the imperative usage:

ripple('object') // will eventually resolve to value from server

TODO

  • Explore subresource tracking
  • Explore untracking