apollo-server-express

Production-ready Node.js GraphQL server for Express

apollo-server-express downloads apollo-server-express version apollo-server-express license

apollo-server-express유사 패키지:
npm 다운로드 트렌드
3 년
🌟 apollo-server-express의 README.md에 실시간 사용 차트를 표시하려면 아래 코드를 복사하세요.
## Usage Trend
[![Usage Trend of apollo-server-express](https://npm-compare.com/img/npm-trend/THREE_YEARS/apollo-server-express.png)](https://npm-compare.com/apollo-server-express#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 apollo-server-express의 README.md에 GitHub Stars 트렌드 차트를 표시하려면 아래 코드를 복사하세요.
## GitHub Stars Trend
[![GitHub Stars Trend of apollo-server-express](https://npm-compare.com/img/github-trend/apollo-server-express.png)](https://npm-compare.com/apollo-server-express)
통계 세부사항
패키지
다운로드
Stars
크기
Issues
발행일
라이선스
apollo-server-express846,11413,91827.6 kB752年前MIT
apollo-server-express의 README

npm version Build Status Join the community forum Read CHANGELOG

This is the Express integration of Apollo Server. Apollo Server is a community-maintained open-source GraphQL server that works with many Node.js HTTP server frameworks. Read the docs. Read the CHANGELOG.

A full example of how to use apollo-server-express can be found in the docs.

Before Apollo Server 3, we officially supported using this package with connect as well. connect is an older framework that express evolved from. For now, we believe that this package is still compatible with connect and we even run tests against connect, but we may choose to break this compatibility at some point without a major version bump. If you rely on the ability to use Apollo Server with connect, you may wish to make your own integration.

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, take a look at the roadmap and make your first PR!