Project maker for koa-api-ts-starter
-
Updated
Feb 5, 2023 - JavaScript
Koa is a new web framework designed by the team behind Express,
which aims to be a smaller, more expressive, and more robust foundation
for web applications and APIs. By leveraging async functions, Koa allows you
to ditch callbacks and greatly increase error-handling. Koa does not bundle any
middleware within its core, and it provides an elegant suite of methods that make
writing servers fast and enjoyable.
Project maker for koa-api-ts-starter
An example of writing koa2 via typescript. Recommend VSCode
Template project to kickstart new web projects
pattern middleware for koa, a koa middleware that support mvc and rest