#95 Development & Production Error | Error Handling in Express | A Complete NODE JS Course

preview_player
Показать описание
When working in real world projects, we might want to send different errors in response based on the environment in which the application is running. If the application is running in "development" environment, we might want to send as much information about the error to the client, as possible.

But if the environment is "production", we will send as little information to the client about the error, as possible. Let's see how we can achieve it in express.

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

can u please make more videos on error packages and such and also node js deployment in production and minified vrsion or how can we test the app before deployment.

awesomeguy
Автор

@procademy, can you make a mongodb sharding toturial for production. I love these series

josephuzuegbu