
Koa
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by TJ Holowaychuk
- Released December 19, 2013
Here are 1,604 public repositories matching this topic...
There is no documentation on how to quick deploy fresh/existing Strapi apps to Azure (IIS Node environment). And this actually has a lot of process before you can launch
High performance JavaScript templating engine
-
Updated
Oct 16, 2019 - 594 commits
- JavaScript
🌍 GraphQL server for Express, Connect, Hapi, Koa and more
-
Updated
Oct 16, 2019 - 3 commits
- TypeScript
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
Good day! How can I submit the web app that I developed using this API here's the link https://spacex-archive.web.app/ thank you!
you can email me here: personal.dancedrick@gmail.com
OAuth Middleware for Express, Koa and Hapi
-
Updated
Oct 16, 2019 - 845 commits
- JavaScript
What the title says.
Add Micro.js example
🚀 Framework for building universal web app and static website in Vue.js (beta)
-
Updated
Oct 11, 2019 - 176 commits
- JavaScript
Koa' application generator for 1.x and 2.x( Express-style and support all middlewares include async/await )
-
Updated
Oct 15, 2019 - 92 commits
- JavaScript
Create a GraphQL HTTP server with Koa.
-
Updated
Oct 9, 2019 - 282 commits
- JavaScript
Passport middleware for Koa
-
Updated
Oct 8, 2019 - 155 commits
- JavaScript
Simple session middleware for koa
-
Updated
Oct 14, 2019 - 171 commits
- JavaScript
Template rendering middleware for koa (hbs, swig, pug, anything! :sparkles:)
-
Updated
Oct 11, 2019 - 238 commits
- JavaScript
I've read the docs, and it seems you can pass through knex
instances, but I didn't see if it supports SQLite3 - could you clarify please?
Probably time to remove the Async Functions with Babel section on the main website. And from the readme itself.