- Server Side development with Node.js and Koa.js Quick Start Guide
- Olayinka Omole
- 276字
- 2021-06-10 18:57:10
Introducing Koa
Node.js, which was introduced in 2009, has become very popular for building applications and APIs on the web. One of the major factors that influenced its increase in popularity is the fact that developers can now use a single language for developing their applications, both on the server side and client side. JavaScript developers who usually only worked on client-side applications in the past could now work on server-side applications with the same development stack. This increase in popularity and adoption has led to a lot of community enthusiasm and support, which by extension has caused a lot of frameworks and plugins being developed to optimize scripting and software development in Node.js.
Many of these frameworks are focused on different ideologies and functionalities. Express.js, with over four million weekly downloads as at the time of writing, is one of the more popular frameworks for Node.js. It was built to be a very simple and unopinionated framework for quickly building out web applications in Node.js. Koa.js was built to be an improvement on Express.js, with the same underlying philosophy.
Since its introduction, JavaScript has continually evolved and every iteration brings with it advantages and upgrades. Koa leverages on a lot of new and shiny things in the newer JavaScript versions, such as the async... await syntax. These features are part of what makes Koa a fast and easy-to-use web development tool.
The topics that will be covered in this chapter are the following:
- What is Koa?
- What can you do with Koa?
- Why choose Koa?
- When you should not use Koa
- Introducing Koa2
- Koa versus Express
- How can this book help you understand Koa better?
- WildFly:New Features
- Java入門(mén)經(jīng)典(第6版)
- 前端跨界開(kāi)發(fā)指南:JavaScript工具庫(kù)原理解析與實(shí)戰(zhàn)
- Three.js開(kāi)發(fā)指南:基于WebGL和HTML5在網(wǎng)頁(yè)上渲染3D圖形和動(dòng)畫(huà)(原書(shū)第3版)
- iOS開(kāi)發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到App Store上架
- 零基礎(chǔ)學(xué)MQL:基于EA的自動(dòng)化交易編程
- HTML5+CSS3+JavaScript Web開(kāi)發(fā)案例教程(在線實(shí)訓(xùn)版)
- Flux Architecture
- Essential C++(中文版)
- Neo4j 3.x入門(mén)經(jīng)典
- Java EE 7 Development with WildFly
- 可視化H5頁(yè)面設(shè)計(jì)與制作:Mugeda標(biāo)準(zhǔn)教程
- 歐姆龍PLC編程指令與梯形圖快速入門(mén)
- Practical Time Series Analysis
- Python程序設(shè)計(jì)現(xiàn)代方法