Gqlgen Alternatives
Similar projects and alternatives to gqlgen
-
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
-
-
-
-
graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
-
-
-
-
-
-
Testify
A toolkit with common assertions and mocks that plays nicely with the standard library
-
-
-
jsoniter
A high-performance 100% compatible drop-in replacement of "encoding/json" (by json-iterator)
-
-
graphql-code-generator
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
-
gqlgen reviews and mentions
-
What web framework do you prefer and why?
In recent projects I used flutter on the client side and the server was a REST client generated by the goa.design library, which seemed better than twirp. Or I used GraphQL - and I used the whole server which was generated by the https://github.com/99designs/gqlgen library. GraphQL is probably the best choice for the Flutter - Go combination.
-
Anyone uses gRPC to communicate between backend server and frontend/mobile applications in production?
For a new project I started using GRPC instead of REST. I think it's far easier on both sides - server and flutter. At first I used libraries to generate my code, but now I only use graphql_flutter. I plan to use it that way on all new projects in the future. On the server I use go and the library https://gqlgen.com/ The app is not yet released in the AppStore, but it's been in testing for 2 months (it's more or less a collection of small logic puzzles - like sudoku but a wordle clone).
-
Fiber + GraphQL?
Hey guys, I was wondering if anyone had a suggestion for using Fiber with GraphQL. I was interested in gqlgen but it looks like it's heavily dependent on net/http
-
GraphQL subscriptions at scale with NATS
Let's start by setting up a basic GraphQL project using gqlgen which lets us autogenerate our schema, resolvers and much more.
-
Show HN: GraphQL-go-tools, open source GraphQL Engine, written in Golang
Interested to understand how does this compares and relates to https://github.com/99designs/gqlgen. Especially in the area of type system, is this reflection based, materialized types?
-
Rust and Juniper API? How much faster (performant)?
I'd suggest looking into Go instead of Rust if you're looking to build a fast HTTP based API. On top of my head, the best framework I can think of is gqlgen: https://github.com/99designs/gqlgen
-
What type of software do you write at your workplace?
Backend APIs with Graphql using https://github.com/99designs/gqlgen.
-
Bingo – The missing package manager for Go binaries (Homebrew for “go install”)
It really depends on what you want to scaffold, but I took a minimal approach and use:
https://github.com/boourns/scaffold - generates a SQL select/insert/update layer, currently specifically for SQLite.
https://github.com/boourns/go-gql-typescript-example - an example project using scaffold for the model layer, https://gqlgen.com to generate the graphql layer, and typescript.
This is my currently preferred stack. Currently in my second year of working on a 25k LOC project in this stack and it has scaled up to meet those demands.
-
Monolith repositories
Depending on the lang, each client used scripts for generating types. For TS, we used graphql-code-generator and Go we used gqlgen.
-
Chosing between Golang and Rust for a new project
At Khan Academy, we make extensive use of GraphQL in Go (we have one 6,000 field schema with data coming from more than 20 services). We've been really happy with (and are contributors to) gqlgen, which generates typesafe Go code from GraphQL schema. We also open sourced a GraphQL client library (genqlient) that goes from queries to typesafe code.
- gqlclient: A GraphQL client and code generator for Go
- Production GraphQL repos in Go
-
Coming from PHP, looking for Go equivalent of PHPLeague's Fractal
So on that basis I would say maybe if you're jumping platform to Go, it's a good time to learn GraphQL? And look at gqlgen (which -- full disclosure -- I have not looked at in any depth because my current projects involve the aforementioned Lighthouse).
-
Memory leack (?) with pprof on graphql server
I'm developing a server with graph ql (gqlgen) where I will store the information that consists in a big JSON payload about some software metrics.
-
Do you guys use frameworks with Go for backend development?
ent with gqlgen.
Stats
99designs/gqlgen is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
Are you hiring? Post a new remote job listing for free.