syndicate-2017/js/README.md

12 lines
421 B
Markdown
Raw Normal View History

2016-01-31 02:58:59 +00:00
# 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.
2016-02-07 19:39:09 +00:00
- `network.js`: Implementation of core leaf actors and networks.
2016-01-31 02:58:59 +00:00
- `main.js`: Main package entry point.