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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What Programming Language should i use for my Health Startup

3 点作者 udswagz超过 10 年前
We are currently working to create our MVP for our health startup, we want to choose between PHP and Python for the webservice API. Its a web application that is going to use a lot of AngularJS and get information from the server. Please i will need comments from experienced programmers. Thank you in advance.

8 条评论

posnet超过 10 年前
The startup I currently work for uses Python/Django + angular quite sucessfully, though if you want realtimy functionality I would look at something like NodeJS (with express or sails) as they have more convinient web socket support.
rahimnathwani超过 10 年前
Is the API the most important part of your MVP? Why not just focus on the parts of your product which are most risky (probably the front-end, user-facing part?)?<p>You could use something like Firebase for your API if your needs are not too complex, and then re-visit the back-end architecture decision once you&#x27;ve somewhat validated your MVP. <a href="https://www.firebase.com/docs/web/libraries/angular/quickstart.html" rel="nofollow">https:&#x2F;&#x2F;www.firebase.com&#x2F;docs&#x2F;web&#x2F;libraries&#x2F;angular&#x2F;quicksta...</a>
hkarthik超过 10 年前
Python &#x2F;w Flask is probably the best technical fit.<p>PHP would make sense only if you have someone on your team that is already quite familiar with it and knows a number of PHP developers that you can hire to build out a team later on.<p>But Python developers with web development experience can be harder to find, depending on where you are geographically located. PHP web developers are everywhere, but the quality of talent varies greatly.
评论 #8815014 未加载
anton_gogolev超过 10 年前
This will come off as arrogance, but I don&#x27;t feel like you have any kind of technical experience. &quot;Looking cool&quot; has nothing to do with the OS, programming language or technology stack you&#x27;re using.<p>Now, to answer your question: pick whatever you&#x27;re most comfortable with. Software startups fail not because they are built with PHP instead of NodeJS, but for entirely other reasons.
评论 #8814020 未加载
weddpros超过 10 年前
I&#x27;d choose node.js for the API. Using the same language on both the server and client can be a big plus. It makes context switching much easier for devs...<p>Then choose between Javascript, Coffeescript or Typescript.
kao98超过 10 年前
IMHO both Python and PHP could do the job well. Let the developer use their favorite language as they will work more efficiently with it.
评论 #8813966 未加载
gnarbarian超过 10 年前
Python. Use whichever version has the best library support for what you plan on interfacing.
saluki超过 10 年前
Go with the Laravel framework (PHP).<p>Just curious, are you planning on using TrueVault?<p>Good luck in 2015.