Koa is the spiritual successor to Express, also written by TJ Holowaychuk. Thanks to its elimination of callbacks, many issues and complexities present in many frameworks, such as Express no longer exist. In this talk, we will discuss:
Problems that arise from creating apps with callback-based frameworks such as Express
Complexities of other frameworks due to callback-based programming
At a high-level, how to philosophically build your Koa app
Topic: Koa - Asynchronous Decorators as Middleware Job Title: Independent Developer Github: @jonathanong Email: jongleberry@gmail.com
Koa is the spiritual successor to Express, also written by TJ Holowaychuk. Thanks to its elimination of callbacks, many issues and complexities present in many frameworks, such as Express no longer exist. In this talk, we will discuss: