# 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.