Apollo Server is a community-maintained open-source GraphQL server. It works with pretty much all Node.js HTTP server frameworks, and we're happy to take PRs for more! It works with any GraphQL schema built with the graphql-js reference implementation.Apollo Server is super easy to set up. Just npm install apollo-server-<variant>, write a GraphQL schema, and then use one of the following snippets to get started. For more info, read the Apollo Server docs.
graphql graphql-server express-graphql express koa hapi node restify apollographqlCreate a GraphQL HTTP server with any HTTP web framework that supports connect styled middleware, including Connect itself, Express and Restify.Use .get or .post (or both) rather than .use to configure your route handler. If you want to show GraphiQL in the browser, set graphiql: true on your .get handler.
graphql express-graphql express-middleware express restify connect http middleware apiGet a full fake GraphQL API with zero coding in less than 30 seconds. I'd love to learn GraphQL, but it seems that I first have to read a book about GraphQL Types and Queries, then install a gazillion npm packages.
graphql graphql-server express-graphqlThis yeoman generator enables you to quickly create an ES6 (ES2105) graphql enabled server with a lot of optional additions. The goal of this yeoman generator is to enable you to quickly set up an ES6 (ES2105) enabled GraphQL server without dependencies you do not need.
yeoman-generator es6 es2015 graphql graphiql express express-graphql webpack passportThis is a collection of custom GraphQL types that I tend to reuse quite often so I packed them into a module. Let me give you an overview of the available types. If you need more detail about how to use them, check schema.js in the tests folder.
es6 es2015 graphql express-graphql graphql-typesJust clone this repo and then do yarn install or npm install to install all the dependencies. After installing all the dependencies just run yarn start:production or npm run start:production and the server will start listening at the specified port.
express mongoose graphql node mongodb jsonwebtoken bcrypt bluebird body-parser app-module-path productivity-application todo-list trello-inspired backend express-graphqlA GraphQL request cost analyzer. This can be used to protect your GraphQL servers against DoS attacks, compute the data consumption per user and limit it.
cost graphql-cost-analysis graphql cost-setting costmap graphql-js graphql-server cost-analyzer cost-calculator express-graphql apollo-server graphql-schema complexity security nodejs analysis analyzer directive query validation rule
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.