JSPM

  • Created
  • Published
  • Downloads 8397
  • Score
    100M100P100Q119340F
  • License pemrouz.mit-license.org

Package Exports

  • rijs

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) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Ripple v0.4

Ripple is a modular fullstack framework. In the diverse and fast-moving world of JavaScript, this makes it easy to opt-out of an experimental module, swap a module in a particular use case for a more performant one, or simply bolt-on a new module, without having to migrate to a whole new framework.

Features TL;DR

  • Everything is reactive and realtime by default for a richer user experience.
  • Leverages functional paradigm and offline caching for instant startup times
  • The plumbing is abstracted to drastically improve developer productivity.
  • Backpressure on clients to only send necessary resources and updates.
  • Embraces and built around next-generation native standards.
  • Time travel debugger with persistent data structures.
  • Runs universally on server/client providing efficient server-side rendering out of the box and adaptors/extension points. The philosophy is that all changes ripple across the network to all other connected servers, clients and databases synchronising them in realtime where possible.

Official Documentation

Related Articles