apollo-server-koa
Version:
Production-ready Node.js GraphQL server for Koa
21 lines (12 loc) • 1.72 kB
Markdown
[](https://badge.fury.io/js/apollo-server-koa)
[](https://circleci.com/gh/apollographql/apollo-server)
[](https://community.apollographql.com)
[](https://github.com/apollographql/apollo-server/blob/HEAD/CHANGELOG.md)
This is the Koa integration of GraphQL Server. Apollo Server is a community-maintained open-source GraphQL server that works with many Node.js HTTP server frameworks. [Read the docs](https://www.apollographql.com/docs/apollo-server/). [Read the CHANGELOG.](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md)
A full example of how to use `apollo-server-koa` can be found in [the docs](https://www.apollographql.com/docs/apollo-server/integrations/middleware/#apollo-server-koa).
## Principles
GraphQL Server is built with the following principles in mind:
- **By the community, for the community**: GraphQL Server's development is driven by the needs of developers
- **Simplicity**: by keeping things simple, GraphQL Server is easier to use, easier to contribute to, and more secure
- **Performance**: GraphQL Server is well-tested and production-ready - no modifications needed
Anyone is welcome to contribute to GraphQL Server, just read [CONTRIBUTING.md](https://github.com/apollographql/apollo-server/blob/main/CONTRIBUTING.md), take a look at the [roadmap](https://github.com/apollographql/apollo-server/blob/main/ROADMAP.md) and make your first PR!