Wednesday, 1 May, 2019 UTC


Summary

In this post, we'll be introducing Nest.js for Angular developers. Nest.js is particularly interesting for them since it was heavy inspired by Angular and built for TypeScript. So what's Nest.js?
Nest.js is an open source MIT-licensed progressive Node framework, written in TypeScript and sharing many concepts with Angular. It's for the server side and can be used to build efficient, reliable and scalable web applications for the enterprise. It's built by Kamil Mysliwiec.
Nest.js combines the best concepts of Object Oriented Programming, Functional Programming and Functional Reactive Programming.
Nest.js has a plethora of features such as:
The post Introduction to Nest.js for Angular Developers appeared first on SitePoint.