RESTful Web API Design with Node.js(Paperback)
Valentin Bojinov
- 出版商: Packt Publishing
- 出版日期: 2015-03-30
- 售價: $1,340
- 貴賓價: 9.5 折 $1,273
- 語言: 英文
- 頁數: 138
- 裝訂: Paperback
- ISBN: 1783985860
- ISBN-13: 9781783985869
-
相關分類:
Node.js
已過版
買這商品的人也買了...
-
$203HTML + CSS + DIV 網頁設計與佈局
-
$2,190$2,081 -
$1,292Secure Your Node.js Web Application: Keep Attackers Out and Users Happy (Paperback)
-
$301產品經理面試攻略
-
$680$537 -
$450$356 -
$301區塊鏈 2.0 以太坊應用開發指南
-
$556程序員代碼面試指南:IT名企算法與數據結構題目最優解, 2/e
-
$1,000$660 -
$620$409 -
$520$411 -
$620$490 -
$297CKA/CKAD 應試指南 : 從 Docker 到 Kubernetes 完全攻略
-
$890$587 -
$630$599 -
$510$480 -
$359擁抱開源, 2/e
-
$419$398 -
$314人人都離不開的算法 — 圖解算法應用
-
$768$730 -
$654$621 -
$534$507 -
$1,080$713 -
$880$748 -
$780$616
相關主題
商品描述
Design and implement comprehensive RESTful solutions in Node.js
About This Book
- Design, implement, and route Node.js RESTful services with the Express framework module
- Test user-developed modules with Nodeunit and module mocking with SinonJS
- Use this practical guide to integrate MongoDB in your Node.js application
Who This Book Is For
If you are a web developer wanting to enrich your development skills to create scalable, server-side, RESTful applications based on the Node.js platform, this book is for you. You also need to be aware of HTTP communication concepts and should have a working knowledge of JavaScript. Knowledge of REST would be an added advantage but is definitely not a necessity.
What You Will Learn
- Learn about NoSQL data stores and integrate MongoDB in your Node.js application with Mongoose
- Install, develop, and test your own Node.js user modules
- Eliminate third-party dependencies in your tests with mocking
- Comprehend the differences between an HTTP and RESTful application
- Optimize RESTful service URI routing with best practices
- Secure your services with NoSQL database integration within Node.js applications
In Detail
In this era of cloud computing, every data provisioning solution is built in a scalable and fail-safe way. Thus, when building RESTful services, the right choice of the underlying platform is vital. Node.js, with its asynchronous, event-driven architecture, is just the right choice to build RESTful APIs.
This book will be your step-by-step guide in the RESTful world of Node.js. It starts with the implementation of a simple HTTP handler application and follows its evolution to a completed RESTful service solution, which introduces you to the best practices in developing RESTful services.