Building Web Services the REST way
I have programmed too many REST APIs to keep track of so I am familiar with Node.js server setup when it comes to GET and POST requests.
I never learned much about PUT or DELETE requests. I also never knew that REST stood for Representational State Transfer. I thought REST was stateless, so I’m not sure why it would stand for Representational State Transfer? The Wikipedia article also describes REST architecture as stateless - hm.