Use case of JavaScript
In this article we will see how industry uses JavaScript to solve real world problems.
JavaScript can be used to make games using a variety of platforms and tools. Both 2d and 3d libraries can be used in combination with JavaScript to create fully-fledged games
JS in NEWS
Which are Industry use cases that JavaScript is solving ?
In Which Companies JavaScript is being used ?
How Netflix is using JavaScript ?
Netflix initially used Node.js to enable high volume web streaming to over 182 million subscribers.
Their three goals with this early infrastructure was to provide observability (metrics), debuggability (diagnostic tools) and availability (service registration).
WHAT IS NodeQuark?
The runtime, by the way, is named NodeQuark — since it uses Node. js. The NodeQuark FaaS platform is a services container that has been preassembled with all components necessary for a production-ready service. All that’s needed is for the client to add their business logic. An application gateway authenticates and routes requests to the NodeQuark service, which then communicates with APIs and formats responses that are sent back to the client.
With NodeQuark, Netflix also created a managed experience — teams could create custom API experiences for specific devices.
This allows the Netflix app to run seamlessly on different devices.
Thank you for reading the article.