In the previous chapters, we installed Node and created a RESTful server. Is everything ready? Usually, things don't work out that well—bugs will creep in, and you'll have to find out how to fix your code. In this chapter, we'll be getting into practical details, such as testing and debugging your server.
So, after this chapter, you'll have your Node RESTful server ready for deployment and for official production work. Let's get into the necessary tasks.