Why use NodeJs over other Languages & Runtimes

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

00:00 intro
00:43 why I enjoy node
02:25 ecosystem and code sharing
02:56 team composition
03:59 responsibility silos
05:22 performance
06:42 strongly typed languages
07:22 conclusion

------------

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

I like being a fullstack javascript developer 😂
React in frontend and nodejs (nestjs) in backend 😁
Thank you, this video is so useful 👏👏🙏

gamingwolf
Автор

having a php background, I can tell you that having to restart node every time you add new code is really odd and fatal exceptions just kill the process, while using PHP you just need to replace the file you edited (or edit it directly). Some syntax errors will also break php, but you will find out sooner rather than later "compile-time". Exceptions will break the request, but the rest of the service will keep running regardless.

TheRcfrias
Автор

why don't you like ts ? its awesome. types and kinda self documenting.

samhanna