syndicate-2017/js
Tony Garnock-Jones 4f94c8702e Rename syndicate.js to network.js 2016-02-07 14:39:09 -05:00
..
dist Initial commit. 2016-01-30 21:58:59 -05:00
examples Escape text, and make spaces display properly. 2016-02-07 14:25:52 -05:00
src Rename syndicate.js to network.js 2016-02-07 14:39:09 -05:00
test Fix two major subtraction-related bugs in Route union and intersect. 2016-02-07 14:18:57 -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 Rename syndicate.js to network.js 2016-02-07 14:39:09 -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.
  • network.js: Implementation of core leaf actors and networks.
  • main.js: Main package entry point.