Live data from Hacker News

Ask HN: Which stack do you use at your startup?

news.ycombinator.com

41–50 of 128 posts

Re: Ask HN: Which stack do you use at your startup?

#45
We are doing live video streaming, mostly Java and React.

Our backend is running on Kubernetes in Google Cloud. Streaming servers are hosted in AWS, but we are preparing to move to dedicated servers.

We also use Consul for service discovery and statistics for streaming servers.

Re: Ask HN: Which stack do you use at your startup?

#46
We're building/selling "enterprise" software.

Multi-tenanted single codebase supporting both SaaS and self-host (Windows, Linux, macOS).

Stack:

- EmberJS front-end

- Go backend (static binaries that embed EmberJS GUI)

- MySQL database

- AWS EC2 pulling Docker images from Docker Hub

Re: Ask HN: Which stack do you use at your startup?

#48
I run a development shop in Australia and work with a lot of startups to build their MVP. This puts us in a position to recommend our preferred stack:

- Django backend

- React frontend

- Native mobile iOS/Android OR Xamarin (depends on project)

- PostgreSQL

- AWS (Elastic Beanstalk) OR Heroku

- S3

Re: Ask HN: Which stack do you use at your startup?

#50
Backend: Java (phasing out), Go (phasing in), Postgres, Redis, all on Ubuntu EC2's.

Frontend: JS (TypeScript/ES6), React, ReactNative, SASS, all Webpack'ed (except RN).

I think it's a fairly light stack but am happy with it. I would use this as the starting point for pretty much every project.

Post reply on HN