Coder Social home page Coder Social logo

Project status in Readme.MD about go-graphql HOT 8 CLOSED

playlyfe avatar playlyfe commented on September 27, 2024
Project status in Readme.MD

from go-graphql.

Comments (8)

pyrossh avatar pyrossh commented on September 27, 2024 2

@lming I thought of putting here https://github.com/chentsulin/awesome-graphql but then we have zero documentation so they won't accept it until we add some.
The library is rock solid and production ready. We use it in heavy workloads and is highly performant.
But there are somethings missing like validation and stuff like that .. I'll add it in the readme. It implements the GraphQL October 2015 Spec but not completely though.
And for status I guess we need to add CI (I'll see if I can take it from the other graphql lib)

from go-graphql.

lming avatar lming commented on September 27, 2024

I skimmed through code and tests (especially executor_test.go) and found the implementation is very solid. May want to put the status in README then submit this awesome package in https://github.com/chentsulin/awesome-graphql :)

from go-graphql.

kumarharsh avatar kumarharsh commented on September 27, 2024

We are using the package in production in a closed-source project ourselves right now, and it's solid.

Thank you for your suggestion, will update the status after evaluating the production-readiness for third-party usage.

from go-graphql.

lming avatar lming commented on September 27, 2024

Thanks for the update! Glad to know that it's in production already!

from go-graphql.

lming avatar lming commented on September 27, 2024

@pyros2097 thank you for the detailed confirmation! I'll use it for my coming project. I have been debated between Go and nodejs, this package helps me to make decision to stay with Go.

btw in readme, "schema" in this line should be a query.
result, err := executor.Execute(context, schema, variables, "")

Again, I appreciate you and your company release this high quality library!

from go-graphql.

pyrossh avatar pyrossh commented on September 27, 2024

@lming Thanks for the headsUp. Anyways I would suggest not to go with nodejs as maintaining large codebases in it is very difficult and not scalable. We originally used nodejs and graphql-js for a month on our new product but then scrapped it as we face many issues (especially with promises and async behavior) and wanted compiled executables for our on premise deployments.

from go-graphql.

pyrossh avatar pyrossh commented on September 27, 2024

And BTW I've actually created a framework over this called GQX which I still haven't released maybe when I get some time I'll release it. It allows you to compose the grapqhl schema using structs.

from go-graphql.

lming avatar lming commented on September 27, 2024

@pyros2097 I totally agree that nodejs project is too hard to maintain going forward. Golang is my go to language if the key library is available :)

GQX sounds very interesting! Looking forward to seeing it being released. Thanks!

from go-graphql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.