Tech Talk: Server Scaling in Node.js

Sdílet
Vložit
  • čas přidán 24. 09. 2017
  • In this video, Tim He talks about three performance problems you might encounter in your Node.js server and how to address them. Using the cluster and child_process modules of Node.js we can solve some issues such as HTTP request bottlenecks, computationally expensive endpoints, and increasing server availability. These methods are easy to start using right away, and you can see an immediate performance benefit if your app is suffering from these bottlenecks.
    ----
    Fullstack Academy was recently ranked the #1 coding bootcamp in the U.S. Learn more at www.fullstackacademy.com
  • Věda a technologie

Komentáře • 1

  • @bigfanjs
    @bigfanjs Před 6 lety +59

    Thank you! That's beautiful!