Book Image

Hands-On Server-Side Web Development with Koa.js [Video]

By : Aakash Handa
Book Image

Hands-On Server-Side Web Development with Koa.js [Video]

By: Aakash Handa

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)
Chapter 5
Securing Your App with JWT
Content Locked
Section 4
Testing Koa Endpoints with Postman
In this video, we are going to implement JWT for login/logout application.