- RESTful Web API Design with Node.js(Second Edition)
- Valentin Bojinov
- 204字
- 2021-07-16 10:45:24
What this book covers
Chapter 1, REST – What You Did Not Know, gives you a brief introduction into the history of REST and how it couples with the HTTP protocol.
Chapter 2, Getting Started with Node.js, teaches you how to install Node.js and how to work with its package manager to install modules, develop your first HTTP server application, and write automated unit tests for the HTTP handler by using mock request objects.
Chapter 3, Building a Typical Web API, teaches you how to structure your application using human-readable URL and URI parameters and develop a read-only RESTful service application using the filesystem as storage.
Chapter 4, Using NoSQL Databases, explains how to use LevelDB and MongoDB NoSQL databases, understand the difference between key/value and document data stores, and write automated tests for NoSQL user defined modules.
Chapter 5, Implementing a Full-Fledged RESTful Service, implements a production-ready RESTful service that uses NoSQL to store its data. You will also learn how to handle binary data and how to version an API while it evolves.
Chapter 6, Keeping the Bad Guys Out, explains how to restrict access to your data by choosing an appropriate authentication approach, protect data leakage with transport layer security.
- Extending Jenkins
- Python編程自學(xué)手冊(cè)
- Python快樂(lè)編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- Getting Started with ResearchKit
- JavaScript:Functional Programming for JavaScript Developers
- 實(shí)戰(zhàn)Java程序設(shè)計(jì)
- Practical DevOps
- Web Application Development with MEAN
- Amazon S3 Cookbook
- Mastering Python Networking
- Java程序設(shè)計(jì)
- Service Mesh實(shí)戰(zhàn):基于Linkerd和Kubernetes的微服務(wù)實(shí)踐
- Oracle數(shù)據(jù)庫(kù)編程經(jīng)典300例
- App Inventor少兒趣味編程動(dòng)手做
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition