Wednesday 2 May 2018

Best Practices for my back end dev in Node js


Node js framework is quite popular and ease to use. Below are few packages and practices i would like to follow for my new project.
  • Logger : bunyan
  • Editor: visual code
  • Codes : correctly use HTTP codes
  • Headers: extra headers prefix with user-defined name 
  • API : Restify over express
  • Black box test: super-test
  • Unit test: sinon
  • Ratelimit : limit API hits
  • API Doc: Swagger
  • ex for API documentation: Stripe API



No comments:

Post a Comment