Building APIs with Node.js

This quick guide teaches you how to build scalable APIs using the Node.js platform and ES6 (EcmaScript 2015). Developing systems for the wide range of devices available in the modern world requires the construction of APIs designed to work only with data in a centralized manner, allowing client-side...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Pereira, Caio Ribeiro (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2016.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 1. Introduction to Node.js
  • 2. Setting up the environment
  • 3. Managing modules with NPM
  • 4. Building an API
  • 5. Working with SQL databases
  • 6. CRUDify API resources
  • 7. Authenticating users
  • 8. Testing the application - Part 1
  • 9. Testing the application - Part 2
  • 10. Documenting the API
  • 11. Preparing the production environment
  • 12. Building the client-side app - Part 1
  • 13. Building the client-side app - Part 2.