groundwater / federation

A Federated Message Network in Node.js
http://underflow.ca/federation
59 stars 5 forks source link

Support Multiple Ways to Load the Routes Table #5

Open groundwater opened 11 years ago

groundwater commented 11 years ago

To lower the barrier of entry, support multiple ways of loading the routes table.

  1. doing nothing loads the default table
  2. pass in an array object to defaults.table
  3. set environment variable FEDERATION_ROUTES_URL to point to a json encoded routes file, support http and file protocol.