Additional information

Full Title

Hands-On Server-Side Web Development with Koa.js 1st Edition

Author(s)

Aakash Handa

Edition

1st Edition

ISBN

9781838828752, 9781838826109

Publisher

Packt Publishing

Format

PDF and EPUB

Description

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-