TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 udswagz大约 10 年前
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

ainiriand大约 10 年前
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.