Node Graphql Server

Boilerplate code for scalable, production-ready GraphQL servers
Alternatives To Node Graphql Server
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Apollo Server13,2725,3261,153a day ago305August 26, 202239mitTypeScript
🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
Graphql Shield3,429
2 months ago89mitTypeScript
🛡 A GraphQL tool to ease the creation of permission layer.
Vulcain3,3582a month ago15October 14, 202122agpl-3.0Go
Fast and idiomatic client-driven REST APIs.
Meatier3,115
5 years ago36JavaScript
:hamburger: like meteor, but meatier :hamburger:
Strawberry3,047
11 hours ago338mitPython
A GraphQL library for Python that leverages type annotations 🍓
Async Graphql2,773522 days ago386September 26, 202283apache-2.0Rust
A GraphQL server library implemented in Rust
Graphpack1,9921212 years ago14February 26, 201934mitJavaScript
☄️ A minimalistic zero-config GraphQL server.
Ariadne1,97710293 days ago34April 22, 202250bsd-3-clausePython
Python library for implementing GraphQL servers using schema-first approach.
Reactql1,833
4 months ago71November 18, 201741mitTypeScript
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Json Graphql Server1,8114053 months ago21August 24, 20228mitJavaScript
Get a full fake GraphQL API with zero coding in less than 30 seconds.
Alternatives To Node Graphql Server
Select To Compare


Alternative Project Comparisons
Readme

GraphQL Server Boilerplates for Node.js


Bootstrap your GraphQL server within seconds
GraphQL boilerplates provide the perfect foundation for your GraphQL server, no matter if you're just getting started with GraphQL or aim to build a fully-fledged application.

Deprecation note

This repository has been deprecated and is currently unmaintained. You can find up-to-date examples for building GraphQL servers with a database here.

Features

  • Rapid scaffolding: Simply use graphql create (from the GraphQL CLI) to download the boilerplate you want.
  • Easily extensible: A boilerplate only provides the minimum setup so you can tailor the API to your use case.
  • Best practices: Each boilerplate incorporates best practices from the GraphQL community.

For a fully-fledged GraphQL & Node.js tutorial, visit How to GraphQL. You can more learn about the idea behind GraphQL boilerplates here.

Quickstart

Select a boilerplate and follow the instructions in the belonging README to get started:

  • minimal: Minimal boilerplate with basic "Hello World" functionality
  • basic: Basic boilerplate based on a simple data model and with a GraphQL database
  • advanced: Advanced boilerplate with a GraphQL database, authentication and realtime subscriptions

All projects are based on graphql-yoga, a fully-featured GraphQL server library with focus on easy setup, performance & great developer experience.

Contributing

The GraphQL boilerplates are maintained by the GraphQL community, with official support from the Apollo & Prisma / Graphcool teams.

Your feedback is very helpful, please share your opinion and thoughts! If you have any questions or want to contribute yourself, join the #graphql-boilerplate channel on our Slack.

Popular Server Projects
Popular Graphql Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Server
Graphql
Graphql Server