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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress : Imprint: Apress,
2016.
|
Edición: | 1st ed. 2016. |
Temas: | |
Acceso en línea: | Texto Completo |
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.