- RESTful Web API Design with Node.js(Second Edition)
- Valentin Bojinov
- 127字
- 2021-07-16 10:45:24
Preface
RESTful services have become the de facto standard data feed providers for social services, news feeds, and mobile devices. They deliver a large amount of data to millions of users; therefore, they need to address high-availability requirements such as reliability and scalability. This book will show you how to utilize the Node.js platform to implement a robust and performant data service. By the end of the book you will have learned how to implement a real-life RESTful service, taking advantage of the modern NoSQL database for serving both JSON and binary content. Important topics such as correct URI structuring and security features are also covered with detailed examples, showing you everything you need to know to start implementing robust RESTful APIs serving content for your applications!
- Bootstrap Site Blueprints Volume II
- Java面向對象思想與程序設計
- SQL學習指南(第3版)
- Learning Chef
- 自己動手寫Java虛擬機
- Visual Basic程序設計(第3版):學習指導與練習
- 老“碼”識途
- C語言程序設計實踐教程
- SQL基礎教程(視頻教學版)
- Learning Unity 2D Game Development by Example
- C和C++游戲趣味編程
- 輕松上手2D游戲開發:Unity入門
- QGIS Python Programming Cookbook(Second Edition)
- Mastering Android Studio 3
- iOS開發項目化入門教程