koa
HTTP middleware framework
Expressive HTTP middleware framework for building web applications and APIs in Node.js
Expressive middleware for node.js using ES2017 async functions
35k stars
834 watching
3k forks
Language: JavaScript
last commit: 19 days ago
Linked from 5 awesome lists
koa
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/examples | A collection of Koa examples illustrating its use in building web applications and other HTTP servers. | 4,524 |
tj/co | Provides a simple and efficient way to write non-blocking code using promises in JavaScript | 11,880 |
dbalas/koalerplate | A simple Koa 2 boilerplate for building RESTful APIs in Node.js | 124 |
senchalabs/connect | A framework for building HTTP servers with modular, extensible middleware architecture | 9,832 |
caolan/async | Utilities for working with asynchronous JavaScript code | 28,191 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
koalex/koa-json-rpc | A JSON-RPC middleware for Koa.js that enables asynchronous remote procedure calls with built-in support for batching and parallel handling. | 6 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
oakserver/oak | A middleware framework for handling HTTP requests in various environments | 5,191 |
android-async-http/android-async-http | An HTTP client library that makes asynchronous requests to retrieve data from servers | 10,634 |
koajs/cash | A caching middleware for Koa.js applications that supports multiple storage options and compression | 154 |
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 137 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 107,829 |
jaydenseric/graphql-api-koa | Middleware for Koa to handle GraphQL queries and errors | 52 |
asynchttpclient/async-http-client | An asynchronous HTTP and WebSocket client library for Java applications | 6,293 |