async-graphql
graphql-laravel
async-graphql | graphql-laravel | |
---|---|---|
19 | 6 | |
3,387 | 2,134 | |
0.6% | - | |
9.0 | 8.5 | |
7 days ago | 7 days ago | |
Rust | PHP | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
async-graphql
-
Dynarust - no excuse for not using rust in AWS now - a DynamoDB ODM library that uses serde_json for mapping native rust structs to Dynamo items.
I have found that the combination of [cargo lambda](https://github.com/cargo-lambda/cargo-lambda), [async graphql](https://github.com/async-graphql/async-graphql) and DynamoDB is an amazing combination for a backend stack, really cheap as lambdas are pretty minimal and insanely fast with the Rust runtime.
-
New Rustacean Looking For Guidance
async-graphql
-
Real World Rust Backend For Web APIs (GraphQL / REST)
https://github.com/async-graphql/async-graphql maybe you need look this.
-
How much overhead does nodejs graphql have?...
If you need more performance, don't use Node.js. async-graphql (Rust) or graphql-crystal (Crystal) will run circles around any Node.js server.
- Async-graphql already fully supports dynamic schema
-
Anyone use Rust to build SaaS web apps professionally?
Who's using Async-graphql in production? ยท Issue #408 ยท async-graphql/async-graphql
- GraphQL is quickly moving to one of my least favorite technologies
-
Create a GraphQL-powered project management endpoint in Rust and MongoDB - Rocket version
Async-GraphQL Rocket integration
-
Create a GraphQL-powered project management endpoint in Rust and MongoDB - Actix web version
This post will discuss building a project management application with Rust using the Async-graphql library and MongoDB. At the end of this tutorial, we will learn how to create a GraphQL endpoint that supports reading and manipulating project management data and persisting our data using MongoDB. GitHub repository can be found here.
- Building a type-safe Fullstack Application with GraphQL codegen
graphql-laravel
-
graphql-laravel 9.0.0 released ๐
Release notes: https://github.com/rebing/graphql-laravel/discussions/1056
- Are there actually better alternatives than Apollo server?
-
Get Started with GraphQL and Laravel
The most popular GraphQL libraries for Laravel are Rebing & Lighthouse, in our tutorial we will be using Rebing which we can install by running:
- Top ways to write a custom GraphQL Server with production ready features
- graphql-laravel 8.0.0 released ๐
-
GraphQL server package - Lighthouse vs rebing/graphql-laravel?
rebing/graphql-laravel
What are some alternatives?
juniper - GraphQL server library for Rust
lighthouse - A framework for serving GraphQL from Laravel
rust-graphql-actix-juniper-diesel-example - Rust, Actix, Juniper and Diesel example project
FSharp.Data.GraphQL - FSharp implementation of Facebook GraphQL query language.
poem - A full-featured and easy-to-use web framework with the Rust programming language.
graphqlite - Use PHP Attributes/Annotations to declare your GraphQL API
subscriptions-transport-ws - :arrows_clockwise: A WebSocket client + server for GraphQL subscriptions
graphql-api-for-wp - [READ ONLY] GraphQL API for WordPress
fast_image_resize - Rust library for fast image resizing with using of SIMD instructions.
crystal - ๐ฎ Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more!
Tide - Fast and friendly HTTP server framework for async Rust
graphql-php - PHP implementation of the GraphQL specification based on the reference implementation in JavaScript