Basics from RESTFUL tests with Node.js
`npm install`
`npm test`
There are many problems on RESTFUL tests when you talk about Node.js and Asynchronous operations. Here I will try to simplify these problems with a little bit of my professional development on the subject. Feel free to ask anything about it. And please tell me if I'm doing something wrong!