-
Notifications
You must be signed in to change notification settings - Fork 0
RESTful Web API Design with Node.js (Second Edition)
Dušan Dimitrić edited this page Nov 6, 2016
·
6 revisions
This book is supposed to teach you about building RESTful web services with Node.js. I have a couple of problems with it:
The author is clearly coming from the JAVA/SOAP ecosystem and uses suspicious technologies such as XML and Eclipse IDE..
This chapter contains a basic overview of the REST architecture. Nothing special really. The title is assuming that the reader knows nothing about REST and it's a little clickbait-y and possibly insulting.
The chapter starts with: "In this chapter, you will gain your first real experience with Node.js". Again the author is assuming that the reader doesn't know anything about Node and the writing style can possibly insult some readers.
- pg. 55 - Creating Users (using the
createuser.exe) - pg. 66 - Creating Databases (using the
createdb.exe) - pg. 67 - Creating Tables
- pg. 68 - Deleting Tables
