ninya-io / ninya.io

Find StackOverflow users near you by tags and reputation
MIT License
60 stars 13 forks source link

split UI from search API #36

Open cburgdorf opened 10 years ago

cburgdorf commented 10 years ago

Currently we have the UI and the search API in one project with the UI served as static files through the same node.js process that serves the search API. We host that as one app on heroku.

That is a bit unfortunate and we should better split the projects into.

ninya.github.io - this should be the frontend served through github pages.

ninya-search-api - this should be the search API served through heroku.

Steps to do:

cburgdorf commented 10 years ago

It just struck me that it might be a bad idea to host the frontend on github pages. Because that would hinder us from using something like prerender.io to fetch snapshots from queries with result lists. But this could be a huge SEO boost.