UNPKG

rafa

Version:

Rafa.js is a Javascript framework for building concurrent applications.

17 lines (12 loc) 362 B
Rafa is the top level object that is exposed through the API and contains methods to create Streams, Channels, and Enumerators. It is also a base object for all other objects in Rafa, so the methods it exposes are also available to object instances. <aside> ```js var Rafa = reqiure("rafa"); define(["rafa"], (Rafa) => { }); Rafa = window.Rafa; ``` </aside>