- 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
推薦閱讀
- 在最好的年紀學Python:小學生趣味編程
- GraphQL學習指南
- Maven Build Customization
- Learning C++ Functional Programming
- Learn WebAssembly
- 移動界面(Web/App)Photoshop UI設計十全大補
- 從零開始學Linux編程
- Learning Docker Networking
- Citrix XenServer企業運維實戰
- Python程序設計與算法基礎教程(第2版)(微課版)
- 從零開始:UI圖標設計與制作(第3版)
- Moodle 3 Administration(Third Edition)
- C++程序設計
- scikit-learn Cookbook(Second Edition)
- Java高并發編程詳解:深入理解并發核心庫