ryansb/spacehub

Split static site from api provider

Opened this issue · 2 comments

Currently the static site assets are hosted from the same server as the api. Would make more sense to dump the assets into s3, and then have them call out to the api

Would this cause cross-domain request headaches?

I'm not sure. If it becomes a problem we can host it on the same site as the api, but with a seperate web server. This is something we should experiment with.