A
A
Abdul Amenov2020-04-21 10:45:29
Node.js
Abdul Amenov, 2020-04-21 10:45:29

What are the best packages to use when developing REST APIs with Node.js?

Hello!

What are the best packages to use when developing REST APIs with Node.js?

For example, to raise the server, authorization, and so on?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
purpisluv, 2020-04-21
@purpisluv

Yes, everything is classic. First, express for raising the server (http, after https), for authentication, password hashing (bcryptjs), jwt tokens (for authorization), for validating passwords, mail, etc. express-validator. package for connecting to the database (if mysql then mysql2, if mongoDB then mongus)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question