DEV Community

Discussion on: JavaScript Is Eating The World

Collapse
 
oathkeeper profile image
Divyesh Parmar

Java still powers the backend of Netflix, but all the stuff that the user sees comes from Node

Can you or someone please explain how is that possible to have 2 backend technologies working together. I'm sorry for stupid question I've just started creating simple web apps like blog and weather apps with node.js express.js now.

I also know Java but never know how it works on backend.