amark / coalesce

Communication framework for distributed JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add dynamic configuration

amark opened this issue · comments

You should be able to dynamically configure things after the fact.

Like explicitly inserting in new maps for routing.

Like explicitly list new files to be watched / tracked for reloading.

Like adding a cog / gear / worker from a remote machine. In order for things to be distributed, things have to be networked together, and thus an API is needed to control this.

Etc.