jsonslice VS graphql-go

Compare jsonslice vs graphql-go and see what are their differences.

graphql-go

An implementation of GraphQL for Go / Golang (by graphql-go)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
jsonslice graphql-go
0 11
82 9,678
- 0.8%
0.0 2.8
11 months ago 3 days ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

jsonslice

Posts with mentions or reviews of jsonslice. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning jsonslice yet.
Tracking mentions began in Dec 2020.

graphql-go

Posts with mentions or reviews of graphql-go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-25.
  • Who moved my error codes? Adding error types to your GoLang GraphQL Server
    6 projects | dev.to | 25 Jun 2023
    And gqlgen is not alone in this. We found several more GraphQL frameworks that don’t take it upon themselves to address this problem. Widely used GraphQL server implementations, such as graphql-go/graphql and Python’s graphene, have the exact same gap of exposing messages of unexpected errors by default.
  • “Go is hard to justify unless at massive scale”
    4 projects | /r/golang | 23 May 2023
    I have briefly looked into this and leaning towards GraphQL Go but don't yet know how it'll all come together. I'd prefer to stick with GraphQL if I can without it getting messy.
  • What I've learned this week?
    3 projects | dev.to | 31 Mar 2022
    graphql-go. I use this to help me to implement the GraphQL.
  • What's your experience with Go and GraphQL? Learning Go coming from Node
    4 projects | /r/golang | 7 Oct 2021
    I've done a bit of research and have found 99designs/gqlgen and graphql-go/graphql but I would like to hear from your experience.
  • State of GraphQL packages in Go?
    7 projects | /r/golang | 3 Sep 2021
    Dude to readability and friendliness being my biggest concern, I decided to use https://github.com/graphql-go/graphql. First drawback I noticed is that you don’t have the option for a playground baked into your server. I’ve been using hoppscotch for testing my operations as a workaround. Only real struggle I faced was dealing with nullable arguments, but I grew to realize that it’s more of a feature
    7 projects | /r/golang | 3 Sep 2021
    I'm wondering if people here have a good experience with https://github.com/graphql-go/graphql or If i should wait for the gqlgen fork that might happen
  • What is the best or one of the best go library to implement a server based on Graphql?
    7 projects | /r/golang | 26 Jul 2021
    For my current project we use ent (https://entgo.it) + gqlgen and its a really nice combo. As well as the two other popular graphql libraries for go (https://github.com/graphql-go/graphql and https://github.com/graph-gophers/graphql-go), I’ve also kept my eyes on graphjin (https://github.com/dosco/graphjin) and thunder (https://github.com/samsarahq/thunder) but to me there is no reason to not use ent with gqlgen - it’s just so nice :)
  • Tried to Create Crud API Gin+Gorm+GraphQL(gqlgen)
    3 projects | dev.to | 1 Jan 2021
    gqlgen is GraphQL server library. There are some graphql libraries for golang such as graphql-go/graphql. But I selected gqlgen becuase I really like a point of generating code after I defined schema.

What are some alternatives?

When comparing jsonslice and graphql-go you can also consider the following projects:

jsonql - JSON query expression library in Golang.

gqlgen - go generate based graphql server library

graphql - graphql parser + utilities

thunder - ⚡️ A Go framework for rapidly building powerful graphql services

gojsonq - A simple Go package to Query over JSON/YAML/XML/CSV Data

genqlient - a truly type-safe Go GraphQL client

gin-gorm-gqlgen-sample

rql - Resource Query Language for REST

gws - A WebSocket client and server for GraphQL