- 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.
- Learning Cython Programming(Second Edition)
- 零起步玩轉掌控板與Mind+
- Mastering Objectoriented Python
- PLC編程與調試技術(松下系列)
- Frank Kane's Taming Big Data with Apache Spark and Python
- Hands-On Nuxt.js Web Development
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Mastering HTML5 Forms
- Android移動應用項目化教程
- Docker:容器與容器云(第2版)
- Visual Basic語言程序設計基礎(第3版)
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- LabVIEW數據采集(第2版)
- Office VBA開發經典:中級進階卷