All Projects → sergiodxa → Grial

sergiodxa / Grial

Licence: mit
A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Grial

Spikenail
A GraphQL Framework for Node.js
Stars: ✭ 358 (+84.54%)
Mutual labels:  graphql, graphql-server, graphql-api, framework, nodejs-framework
Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (-6.7%)
Mutual labels:  graphql, graphql-server, api-server, graphql-api, graphql-js
Morpheus Graphql
Haskell GraphQL Api, Client and Tools
Stars: ✭ 285 (+46.91%)
Mutual labels:  graphql, graphql-server, graphql-api, graphql-subscriptions
36 Graphql Concepts
📜 36 concepts every GraphQL developer should know.
Stars: ✭ 209 (+7.73%)
Mutual labels:  graphql, graphql-server, graphql-api, graphql-subscriptions
Hangzhou Graphql Party
杭州 GraphQLParty 往期记录(slide,照片,预告,视频等)
Stars: ✭ 142 (-26.8%)
Mutual labels:  graphql, graphql-server, graphql-api, graphql-js
Typegql
Create GraphQL schema with TypeScript classes.
Stars: ✭ 415 (+113.92%)
Mutual labels:  graphql, graphql-server, graphql-api, graphql-js
Api Platform
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
Stars: ✭ 7,144 (+3582.47%)
Mutual labels:  graphql, graphql-server, graphql-api, framework
Rest Layer
REST Layer, Go (golang) REST API framework
Stars: ✭ 1,068 (+450.52%)
Mutual labels:  graphql, api-server, framework
Daptin
Daptin - Backend As A Service - GraphQL/JSON-API Headless CMS
Stars: ✭ 1,195 (+515.98%)
Mutual labels:  graphql, graphql-server, graphql-api
Graphql Rxjs
fork of Graphql which adds Observable support
Stars: ✭ 78 (-59.79%)
Mutual labels:  graphql, graphql-js, graphql-subscriptions
Graphql Stack
A visual explanation of how the various tools in the GraphQL ecosystem fit together.
Stars: ✭ 117 (-39.69%)
Mutual labels:  graphql, graphql-server, graphql-api
Graphql
Haskell GraphQL implementation
Stars: ✭ 36 (-81.44%)
Mutual labels:  graphql, graphql-server, graphql-api
Orionjs
A new framework for serverside GraphQL apps
Stars: ✭ 35 (-81.96%)
Mutual labels:  graphql, graphql-server, framework
Pop
Monorepo of the PoP project, including: a server-side component model in PHP, a GraphQL server, a GraphQL API plugin for WordPress, and a website builder
Stars: ✭ 160 (-17.53%)
Mutual labels:  graphql, graphql-server, graphql-api
Turbulette
😴 Turbulette - A batteries-included framework to build high performance, fully async GraphQL APIs
Stars: ✭ 29 (-85.05%)
Mutual labels:  graphql, graphql-server, framework
Postgraphile
GraphQL is a new way of communicating with your server. It eliminates the problems of over- and under-fetching, incorporates strong data types, has built-in introspection, documentation and deprecation capabilities, and is implemented in many programming languages. This all leads to gloriously low-latency user experiences, better developer experiences, and much increased productivity. Because of all this, GraphQL is typically used as a replacement for (or companion to) RESTful API services.
Stars: ✭ 10,967 (+5553.09%)
Mutual labels:  graphql, graphql-api, graphql-js
Graphql Spqr
Java 8+ API for rapid development of GraphQL services
Stars: ✭ 843 (+334.54%)
Mutual labels:  graphql, graphql-server, graphql-api
Graphql Log
Add logging to your GraphQL resolvers so you know what's going on in your app.
Stars: ✭ 94 (-51.55%)
Mutual labels:  graphql, graphql-server, graphql-js
Server
Framework NodeJS for GraphQl
Stars: ✭ 118 (-39.18%)
Mutual labels:  graphql, graphql-server, framework
Gqlify
[NOT MAINTAINED]An API integration framework using GraphQL
Stars: ✭ 182 (-6.19%)
Mutual labels:  graphql, graphql-server, graphql-api

Grial

A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.

No Maintenance Intended styled with prettier standard license

Why?

There's a lot of boilerplate code required to run a GraphQL API with Node.js, the server code it's almost always the same, create a server, load the resolvers and the schema and set the /graphql endpoint along with GraphiQL.

Grial allow you to only think about your business logic and API and is responsible for implementing the boilerplate code for you.

Grial also provide you with connectors you can use to consume many data sources easily.

Documentation

You can check the Grial docs in the repository wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].