examples
Web frameworks example
A collection of Koa examples illustrating its use in building web applications and other HTTP servers.
Example Koa apps
5k stars
133 watching
744 forks
Language: JavaScript
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/koa | Expressive HTTP middleware framework for building web applications and APIs in Node.js | 35,226 |
koajs/mock | A middleware for creating mock web pages with customizable URL mapping and data | 41 |
kotlin/kotlin-wasm-examples | A collection of examples demonstrating how to use Kotlin/Wasm for building web and server-side applications. | 524 |
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 |
maotora/koa-userapi | An example Koa 2 user API with JWT authentication and Mongoose database integration | 11 |
maotora/koa-blogapi | A Koa v2-based blog API with additional routes, tests, and models. | 6 |
koajs/cash | A caching middleware for Koa.js applications that supports multiple storage options and compression | 154 |
unix/koa-ts | A Koa2 application built with TypeScript, providing a best practice template for building robust and maintainable web applications. | 377 |
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 137 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
chentsulin/koa-graphql-relay-example | An example project demonstrating integration of Koa GraphQL and Relay technologies for building data-driven applications. | 99 |
koajs/resourcer | Makes it easy to mount independent sub-applications within a Koa application using directory structure and configuration files. | 35 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
dbalas/koalerplate | A simple Koa 2 boilerplate for building RESTful APIs in Node.js | 124 |
lostpebble/koa-mobx-react-starter | A Node.js and frontend project starter using Koa, MobX, ReactJS, and Webpack for building modern web applications with server-side rendering and state management. | 100 |