Server Cache in Node JS | JavaScript Node JS Tutorial

preview_player
Показать описание
You can speed up your backend servers by introducing a simple caching layer. In this video I explain how you can go about doing that.

Рекомендации по теме
Комментарии
Автор

Thank you for the very straightforward teaching, It was really helpful...

akshayramteke
Автор

Thank you, very nice and clear explanation.

sagedev
Автор

You are great! Awesome Explanation! May i know what theme and font are you using for code editor?

idynxcode
Автор

should caching be used for frequent or less frequent queries? also how does it work with multiple users(clients)? Is the cached data available on next query for any user(client) or will there be a different cached data for each client?

TheVasx
Автор

Great and straight forward man awesome tutorial thank you. would it be good to add to the check if
the the API if any records have been added and and if so then send the response? cheers

osherezra
Автор

I'm using the lastest version of node and I was running into the error 'ERR_REQUIRE_ESM'


this did the trick for me

MrMegadevastador
Автор

What will happen if my api end point is down at the time of cache is expired, will the cache stay back untill the api responds with 200 ok.?

sharathkumarmacharla