Honestly, even though it has its problems, Meteor is relatively simple framework that will even spit out mobile apps for you. It's probably the least effort (i.e. lines of code) to get a halfway decent app out, and it's scaled ok well as time has gone on. It has a bunch of weird quirks though especially in how it manages data. https://www.meteor.com
Ask HN: Choosing an entrepreneur's stack in late 2018?
21–30 of 35 posts
Re: Ask HN: Choosing an entrepreneur's stack in late 2018?
#22Re: Ask HN: Choosing an entrepreneur's stack in late 2018?
#23Re: Ask HN: Choosing an entrepreneur's stack in late 2018?
#24Web Frontend: AngularDart
Mobile: Flutter
Re: Ask HN: Choosing an entrepreneur's stack in late 2018?
#25Re: Ask HN: Choosing an entrepreneur's stack in late 2018?
#26Is serverless too bleeding edge? I am grubbing around for something similar with limited IT skills; know almost nothing about node.js world regrettably. I see serverless django etc. being mentioned more often.
Just be honest with yourself that learning something new and launching fast (in the interests of entrepreneurship) are not aligned with each other.
Re: Ask HN: Choosing an entrepreneur's stack in late 2018?
#27I wrote a blog yesterday about the technologies that we consider as the best to build a MVP https://ideatostartup.org/blog/idea-to-startup/the-best-tech... If you are into JavaScript, you should also check out : https://2018.stateofjs.com to know which JS technologies in general developers prefer the most.
Re: Ask HN: Choosing an entrepreneur's stack in late 2018?
#28I highly recommend vuejs for the frontend. I can't imagine I would make a webapp without it. My backend is in c++, because I'm more fluent in it than any other languages. For database, I'm using mongodb. I heard bad sayings about it, but I decided to stick to it, because I like its programming interface, I think it's easier than using sql.
Re: Ask HN: Choosing an entrepreneur's stack in late 2018?
#291. I don't like javascript. 2. It sounds like Flutter is working on adding web and desktop support, so it's possible that after I am done with the mobile prototype, that might be ready. 3. I am not much of a designer, so the fact that Flutter integrates easily with material components[1], feels like it will make it easier to get to a half-decent looking MVP. 4. I already know python, so don't really need to worry about server side code if I need it.
Another thing to consider, is if I had just focused on building something, rather than evaluating a bunch of frameworks, I would probably be half-way to a prototype by now. But because my project is more 'side-project' than 'startup idea', part of the fun is just kicking around some of these languages and frameworks. But if you are aiming for more towards the 'startup idea', probably best just to get started with whatever you are most familiar with.
Re: Ask HN: Choosing an entrepreneur's stack in late 2018?
#30Reference Links: 1. https://graphql.org/ 2. https://hasura.io/