hey Zach, I was not planning to use the same server domain, so basically one server ( on a different host perhaps ) would only be responsible for rendering and serving the components, and the other would be responsible for serving api calls - addPost, deletePost , etc. This would allow the api server to not worry about the rendering n stuff. We think later on this model could scale better. Any thoughts? But ya, I am running into Cross-origin issues and somehow simply setting 'Access-Control-Allow-Origin': '*' did not fully help.. so trying to debug it