Hey folks,

In last week's meeting, I said that I would put together a write-up/proposal for a method of automatically configuring client side connections to server resources based on a config provided by the server when the app loads. The gist below is the beginning of that proposal. It is very JavaScript biased but I hope it starts a lot of conversation and contribution to fill out the details for the iOS and Android side as well.

This started out as an idea to send config info in a header but after some discussions, it was determined that a separate call to an endpoint would be a better solution and would work easier with more server implementations as well as for iOS and Android libraries.

https://gist.github.com/4152306

Please feel free to leave comments in the gist or send them to the list.

Thanks!
Kris