Needs advice
on
NestJSNestJS
and
SpringSpring

Hi, I have a project with a friend, and I'm hesitating between those two stacks. I want to make a simple application, with authentification (JWT) and MongoDB as a database. In the front-end part, we will use AngularJS. What should I choose?

READ LESS
2 upvotes·227.5K views
Replies (2)
Recommends
on
NestJS

I also recommend NestJS based on your description. Same language as the front end which is good as there are only two of you, and the structure of NestJS apps is inspired by Angular so it will feel very familiar. JWT and MongoDB also well supported (obviously that's the same for Spring too though).

We use it for all web applications, it's a great framework.

READ MORE
3 upvotes·1 comment·1.1K views
Daniel Glazer
Daniel Glazer
·
September 16th 2020 at 8:27AM

Support this answer... Even if you use angularJs still typescript and JavaScript are very similar

·
Reply
Recommends
on
NestJS

I would recommend to use NestJs as you have mentioned to make a simple application. As NestJs is easy to use and it uses Typescript. Additionally you can use mongoose with NestJs for MongoDB. Spring is awesome in case you need to develop a very complex and large application.

READ MORE
2 upvotes·1K views
Avatar of heatblack09