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...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2016.
|
Edición: | 1st ed. 2016. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631660606719 |
Tabla de Contenidos:
- 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.