# Apollo Server 1.0 -- A GraphQL server for all Node.js frameworks

DevFeed: [Apollo Server 1.0 -- A GraphQL server for all Node.js frameworks](<https://devfeed.tech/articles/apollo-server-1-0-a-graphql-server-for-all-node-js-frameworks-23215.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-server-1-0-a-graphql-server-for-all-node-js-frameworks-2b37d3342f7c>)

Author: Jonas Helfer

Published: 2017-07-18T18:21:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [apollo-server](<https://devfeed.tech/topics/apollo-server.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Express](<https://devfeed.tech/topics/express.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [express](<https://devfeed.tech/tags/express.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>)

## AI overview

Apollo Server 1.0 is announced as a community-maintained, open-source GraphQL server that works with Node.js HTTP server frameworks including Express, Koa, AWS Lambda, Restify, and Micro. The release follows more than a year of development, testing, and production use.

## Source excerpt

Today, after more than a year of development, testing and production use, we're proud to announce the 1.0 release of Apollo Server! 🎉 Apollo Server principles Apollo Server is a community-maintained, open-source GraphQL server. It works with all Node.js HTTP server frameworks: Express, Connect, Hapi, Koa, AWS Lambda, Restify and Micro. It is built on top of the reference implementation.