- Server Side development with Node.js and Koa.js Quick Start Guide
- Olayinka Omole
- 137字
- 2021-06-10 18:57:11
Getting Started with Koa
One of the things that makes Koa so desirable to work with is the ease of getting started with it. Taking after Express, all of the logic for a simple web application can be contained in a single JavaScript file with Koa. This works to our benefit and is especially great if you are just willing to test the framework out before taking a deep dive.
In this chapter, we are going to get our hands dirty and get into the code. We will be exploring the basic concepts of Koa and will build our first server-side application in Koa.
Some of the topics we will cover in this chapter include the following:
- Modern JavaScript
- A primer on Node
- What is async… await?
- Using Babel
- Installing Koa
- Starting a server in Koa
推薦閱讀
- iOS Game Programming Cookbook
- Python概率統計
- CentOS 7 Linux Server Cookbook(Second Edition)
- 機器人Python青少年編程開發實例
- Data Analysis with Stata
- 教孩子學編程:C++入門圖解
- SQL基礎教程(視頻教學版)
- JavaScript動態網頁開發詳解
- 你不知道的JavaScript(中卷)
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- Python從入門到精通
- C++ Fundamentals
- Python Deep Learning
- Instant Automapper
- C Primer Plus(第6版)中文版【最新修訂版】