syndicate-2017/js
Tony Garnock-Jones afa657096a Introduce Syndicate.Ack() to reliably detect lack of demand in DOMFragment. 2016-02-06 14:32:42 -05:00
..
dist Initial commit. 2016-01-30 21:58:59 -05:00
examples DOM driver. 2016-02-06 07:42:31 -05:00
src Introduce Syndicate.Ack() to reliably detect lack of demand in DOMFragment. 2016-02-06 14:32:42 -05:00
test Use immutable sets/lists for projection results 2016-02-06 05:47:14 -05:00
third-party Initial commit. 2016-01-30 21:58:59 -05:00
.gitignore Initial commit. 2016-01-30 21:58:59 -05:00
Makefile Initial commit. 2016-01-30 21:58:59 -05:00
README.md Initial commit. 2016-01-30 21:58:59 -05:00
package.json Initial commit. 2016-01-30 21:58:59 -05:00

README.md

Syndicate-JS: Syndicate for Javascript environments

A walk through the code

Source files in src/, from most general to most specific:

  • reflect.js: Reflection on function formal parameter lists.
  • util.js: Functions extend and kwApply.
  • route.js: Implementation of dataspace trie structure.
  • syndicate.js: Implementation of core leaf actors and networks.
  • main.js: Main package entry point.