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.

The Paved PaaS To NodeJS Microservices at Netflix [video]

28 pointsby kapv89about 7 years ago

4 comments

pg_botabout 7 years ago
It looks like they are moving away from Java. Can anyone from Netflix comment on why javascript was the language of choice for the migration?
评论 #17033165 未加载
stuntabout 7 years ago
It is a good choice for most of the services they have. Probably same for most of the companies that are serving something on internet.<p>- Node performs very well. - It is scalable for web. - It is supported everywhere and it is really easy to learn and use. - You embrace one programming language among your developers that can be used for Backend, Frontend, and Native apps. - ES6 and Node8 already made significant improvements to the syntax and langauge. - It has a rich open source ecosystem and resources (from Facebook, Google...). - Tooling is great! - Fits very well for new techniques and models (Microservices, Serverless, and etc) - It is easy to learn how to write a maintainable code in Node.<p>so why not?<p>There are certain things that you will find a good reason to build them with something else (Java, Go, Python, Erlang, etc). But Node is a perfect choice for majority of services that a web company is building today.
sctbabout 7 years ago
We&#x27;ve updated the link from <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;node&#x2F;comments&#x2F;8i8jzq&#x2F;netflix_migrating_12_of_their_api_to_nodejs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;node&#x2F;comments&#x2F;8i8jzq&#x2F;netflix_migrat...</a>, which points to this.
Kudosabout 7 years ago
You should have linked to the video not your empty Reddit thread.