doc/IT/programming/framework.md
2025-03-17 22:40:40 +03:00

6 lines
870 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

frameWork
- [хабр, NEST.js](https://habr.com/ru/articles/890058/) похож на Java Spring. SOLID, DDD.
NEST.js это фреймворк для написания REST серверов под Node.js на языке TypeScript, который потом транспилируется в JavaScript.
Он написан поверх библиотеки Express (или Fastify можно выбрать) и привносит модные концепции Inversion of Control, Dependency Injection и т. п. в мир JavaScript.
- [expressjs](https://expressjs.com/) ; [Переход к Express 5](https://expressjs.com/ru/guide/migrating-5.html) ; [2014-2024](https://expressjs.com/2024/10/15/v5-release.html) ; [npm](https://deps.dev/npm/express/5.0.1) ; [habr1](https://habr.com/ru/companies/otus/articles/891612/#comment_28051976)