- Server Side development with Node.js and Koa.js Quick Start Guide
- Olayinka Omole
- 281字
- 2021-06-10 18:57:08
What this book covers
Chapter 1, Introduction to Koa, introduces Koa and talks about its benefits for server-side web development. We will talk about the reasons why developers may choose to use Koa for software development. We will also introduce the remainder of the book and talk about how the book will help its readers to navigate the complex waters of Koa.
Chapter 2, Getting Started with Koa, explains how to get started with server-side development with Koa. We will learn how to install Koa, create a simple server, and build the obligatory Hello World app.
Chapter 3, Koa Core Concepts, discusses the application, context, and request and response objects in Koa. We will also learn about how to create and use middleware. We will go into detail about Koa's philosophy and show readers how the different parts of the framework work.
Chapter 4, Handling Errors in Koa, goes into error handling in Koa. We will look at the different methods of handling errors in Koa. The aim will be to make sure users have a solid foundation and know how to build Koa applications that don't break at slight exceptions.
Chapter 5, Building an API in Koa, dives into building a real-life application in Koa. We will show readers how to create routes, handle requests, and send responses from their APIs.
Chapter 6, Building an Application in Koa, reinforces what we will have learned by building a fully fledged web application in Koa. We will learn how to build a real-life application with authentication and structure it properly in Koa. We will also share some information on further reading to improve on the reader's knowledge of Koa.
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- 測試驅動開發:入門、實戰與進階
- HoloLens Beginner's Guide
- Mastering Yii
- Banana Pi Cookbook
- BeagleBone Black Cookbook
- 速學Python:程序設計從入門到進階
- Swift 4從零到精通iOS開發
- Unity 2018 Augmented Reality Projects
- UML2面向對象分析與設計(第2版)
- Hands-On Robotics Programming with C++
- Python Programming for Arduino
- AutoCAD基礎教程
- 每個人的Python:數學、算法和游戲編程訓練營
- C# 10核心技術指南