- 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
推薦閱讀
- JavaScript高效圖形編程
- DevOps for Networking
- Arduino by Example
- C++ Builder 6.0下OpenGL編程技術(shù)
- Access 數(shù)據(jù)庫應(yīng)用教程
- JS全書:JavaScript Web前端開發(fā)指南
- Bootstrap 4:Responsive Web Design
- Unity 2D Game Development Cookbook
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實(shí)戰(zhàn)
- Test-Driven Machine Learning
- Python圖形化編程(微課版)
- Android驅(qū)動開發(fā)權(quán)威指南
- 持續(xù)集成與持續(xù)交付實(shí)戰(zhàn):用Jenkins、Travis CI和CircleCI構(gòu)建和發(fā)布大規(guī)模高質(zhì)量軟件
- Webpack實(shí)戰(zhàn):入門、進(jìn)階與調(diào)優(yōu)(第2版)
- Visual Basic 程序設(shè)計(jì)實(shí)踐教程