TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What direction should i take for building my web app

1 pointsby udswagzabout 10 years ago
I am trying to build a mobile web app whose content has top be crawled by search engines, its an idea that we are willing to test call it an MVP. Currently we are considering using AngularJS on the front-end and then Ruby for the webservice.<p>I have been thinking about how well angularJS apps work well with search engines as it is imperative that the site is crawlable and also what would be the most efficient language to build a fully functioning, scalable web service. We have the option of PHP, Ruby, Python.<p>Thanks in advance

1 comment

ainiriandabout 10 years ago
You might want to check this for the crawling issue: <a href="http://blog.earlyclaim.com/get-your-javascript-website-perfectly-crawled-with-docker/" rel="nofollow">http:&#x2F;&#x2F;blog.earlyclaim.com&#x2F;get-your-javascript-website-perfe...</a> For the webservice I would choose Symfony but it really does not matter what language you choose.