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.

What Programming Language should i use for my Health Startup

3 pointsby udswagzover 10 years ago
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 comments

posnetover 10 years ago
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.
rahimnathwaniover 10 years ago
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>
hkarthikover 10 years ago
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_gogolevover 10 years ago
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 未加载
weddprosover 10 years ago
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.
kao98over 10 years ago
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 未加载
gnarbarianover 10 years ago
Python. Use whichever version has the best library support for what you plan on interfacing.
salukiover 10 years ago
Go with the Laravel framework (PHP).<p>Just curious, are you planning on using TrueVault?<p>Good luck in 2015.