Building APIs with Node.js
Autor Caio Ribeiro Pereiraen Limba Engleză Paperback – 16 dec 2016
Learn how to build scalable APIs using the Node.js platform and ES6 (EcmaScript 2015) with this quick, informative guide.
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 applications to be developed separately and have a unique interface for the final user.
Node.js has proven itself to be an excellent platform for building REST APIs because of its single-thread architecture. It has a low learning curve and can be understood by anyone who has a basic understanding of the JavaScript language.
Use Building APIs with Node.js today to understand how Node.js APIs work, and how you can build your own.
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 applications to be developed separately and have a unique interface for the final user.
Node.js has proven itself to be an excellent platform for building REST APIs because of its single-thread architecture. It has a low learning curve and can be understood by anyone who has a basic understanding of the JavaScript language.
Use Building APIs with Node.js today to understand how Node.js APIs work, and how you can build your own.
What You Will Learn
- Build scalable APIs using the Node.js platform
- Use ES6, Express, Passport, ApiDoc, Mocha, Helmet and more
- Integrate an SQL database through Sequelize.js and build a single page application using Vanilla.js
Who This Book Is For
Ideal for developers who have a basic understanding of JavaScript and Node.js.
Preț: 299.73 lei
Preț vechi: 374.66 lei
-20% Nou
Puncte Express: 450
Preț estimativ în valută:
57.37€ • 60.23$ • 47.39£
57.37€ • 60.23$ • 47.39£
Carte tipărită la comandă
Livrare economică 30 ianuarie-13 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484224410
ISBN-10: 1484224418
Pagini: 166
Ilustrații: XVII, 136 p. 45 illus., 44 illus. in color.
Dimensiuni: 155 x 235 x 8 mm
Greutate: 2.47 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484224418
Pagini: 166
Ilustrații: XVII, 136 p. 45 illus., 44 illus. in color.
Dimensiuni: 155 x 235 x 8 mm
Greutate: 2.47 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
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.
Notă biografică
Caio Ribeiro Pereira is a software engineer from Brazil who works with Node.js, JavaScript, Meteor, Ruby on Rails and other front-end frameworks. He has a Bachelor's degree in Information Systems, likes to blog in his free time, and is actively engaged in many local meet-ups including NodeBr, DevInSantos, Meteor Brazil and JavaScript Brazil.
Textul de pe ultima copertă
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 applications to be developed separately and have a unique interface for the final user.
Node.js has proven itself to be an excellent platform for building REST APIs because of its single-thread architecture. It has a low learning curve and can be understood by anyone who has a basic understanding of the JavaScript language.
Use Building APIs with Node.js today to understand how Node.js APIs work, and how you can build your own.
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 applications to be developed separately and have a unique interface for the final user.
Node.js has proven itself to be an excellent platform for building REST APIs because of its single-thread architecture. It has a low learning curve and can be understood by anyone who has a basic understanding of the JavaScript language.
Use Building APIs with Node.js today to understand how Node.js APIs work, and how you can build your own.
Caracteristici
Teaches the latest version of JavaScript (ES6/EcmaScript 2015) in a practical way Features a full-functioning example API and accompanying client-side application Includes modern best practices for development, testing, and production