-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Hands-On Server-Side Web Development with Koa.js
By :
Hands-On Server-Side Web Development with Koa.js
By:
Overview of this book
The demand for multi-functional applications has grown over the past few years. To simplify the application development process, Express has come up with Koa, a minimal version of the Node.js framework.
This course starts by helping you set up the environment you need to use Koa.js. You will learn to create a server using Node.js and Koa.js. You will build views, use the available Koa templates, and learn to authenticate your app and provide secure login access using JWT.
You’ll learn to use promises, and async functions while building your application, and how to handle errors using try-catch and utilize the middleware. Finally, you will master database connectivity and deploy your application on Docker. By the end of this course, you will be able to leverage the Koa framework to develop server-side applications.
The code files for this course are available at - https://github.com/PacktPublishing/Hands-On-Server-Side-Web-Development-with-Koa.js-
Table of Contents (7 chapters)
Installation and Setup
Getting Started with Koa
Building REST API with Koa
Adding Database Layer and Integrating Template Engine
Securing Your App with JWT
Adding Testing Framework
Production Using Nginx and Dockerize
Customer Reviews