Scaling Your Node.JS API Like a Boss (Part One)

preview_player
Показать описание


While doing that, I will outline how to choose the container architecture for your (virtual) machines, how you can roll out updates to service without disrupting the users, and how you fail gracefully when things on a node go haywire.

I will also also cover tracking down memory leaks and coming up with short-term (i.e., restarting your nodes when they become too beefy) and long-term (i.e., actually spotting where the leaks are and fixing them) solutions to address them.

When you dive deeper and deeper into the rabbit hole, you soon realize that scalability is a tough job that requires careful planning and consideration. The bottom line is that designing any system to scale is a never-ending adventure, and there is no limit on how deep you can dive.
Рекомендации по теме
Комментарии
Автор

Awesome Lecture, kindly come with more such videos, It helps a lot in clearing concepts.

rajsaraogi
Автор

Your talks are really amazing, Volkan. I've watched a few for the last couple of years and I've really enjoyed every single one!

moy
Автор

It was a great video. Please suggest me any book or website where I can go systematically towards scaling a nodeJS application.

Bytes-Of-Love
Автор

Hey Volkan, great talk.

Where we can find slides for this talk :)

MJ-inwt
Автор

Very informative Volkan. Although i am not able to find the source code. Can you help with it?

jai
Автор

@Volkan Özçelik Are there any tweaks you make on NodeJS/V8 itself? Something like expose-gc or max-old-space-size ? And what about GC? Doesn't it matter anymore, nowadays?

Andrew-tlgk
Автор

Hi, can you provide the links for the audience slides.

rajkumarsrinivas
Автор

Hocam videolarınıza Türkçe alt yazı eklemeniz mümkün mü acaba ?

THEJAMES