- 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
推薦閱讀
- 現代C++編程:從入門到實踐
- Visual Basic .NET程序設計(第3版)
- PHP基礎案例教程
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- 數據結構習題精解(C語言實現+微課視頻)
- 琢石成器:Windows環境下32位匯編語言程序設計
- 軟件測試技術指南
- Teaching with Google Classroom
- Learning Unreal Engine Android Game Development
- Kubernetes源碼剖析
- Buildbox 2.x Game Development
- Django 3.0應用開發詳解
- 移動增值應用開發技術導論
- Zabbix Performance Tuning
- C語言程序設計實踐