- RESTful Web API Design with Node.js 10
- Valentin Bojinov
- 129字
- 2021-08-27 18:37:22
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. Thus, 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 this book, you will have learned how to implement a real-life RESTful service, taking advantage of the modern NoSQL database to serve 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 the robust RESTful APIs that serve content to your applications.
- C++程序設計教程
- Android Wearable Programming
- Mastering NetBeans
- 深度學習經典案例解析:基于MATLAB
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- 精通軟件性能測試與LoadRunner實戰(第2版)
- 嚴密系統設計:方法、趨勢與挑戰
- Hands-On Automation Testing with Java for Beginners
- JavaScript入門經典
- Mastering JavaScript Design Patterns(Second Edition)
- 計算機應用基礎實踐教程
- 智能手機故障檢測與維修從入門到精通
- Ext JS 4 Plugin and Extension Development
- Arduino電子設計實戰指南:零基礎篇
- 數據結構:Python語言描述