- Server Side development with Node.js and Koa.js Quick Start Guide
- Olayinka Omole
- 210字
- 2021-06-10 18:57:11
How can this book help you understand Koa better?
This book takes a practical approach to teach JavaScript developers how to understand the Koa framework. In the course of this book, we will examine important concepts in Koa, such as the request, response, and context objects. We will also look at other concepts that will be helpful for building real-world applications such as request and error handling.
We will build two applications to reinforce the concepts we learned about Koa. These applications will include a REST API and a fully-fledged web application.
As we build the REST API, we will learn how to create routes, handle requests, and send responses from their APIs. We will also learn practically how the context object works for API creation. We will build an API that will have CRUD (Create, Read, Update, and Delete) functionality; hence, we will also be interacting with a database. Building a real-life application will also afford us the chance to learn about how you can decide to structure your Koa applications.
Building the fully-fledged web application will allow us to learn how to build an application in Koa with views and templates. We will also learn how to authenticate, handle forms, handle sessions, and so on, in the framework.
- Instant Testing with CasperJS
- PaaS程序設計
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- 深入淺出Java虛擬機:JVM原理與實戰
- Python機器學習編程與實戰
- ASP.NET 3.5程序設計與項目實踐
- Working with Odoo
- Windows Phone 7.5:Building Location-aware Applications
- 批調度與網絡問題的組合算法
- OpenCV with Python By Example
- Python應用與實戰
- Getting Started with hapi.js
- Splunk Essentials
- Java程序設計
- jQuery Essentials