Hacker News new | ask | show | jobs
by rottyguy 3803 days ago
Is anyone playing with GraphQL outside of js? Am interested in using it for a project at work and wondering what's it like in something lower like c/c++.
3 comments

I've been playing with a scala implementation called sangria (http://sangria-graphql.org/). The type safety of Scala has really been helpful for refactorings and creating the schema. I can't imagine the mess I'd have been in if I'd have used JS.
The officially released facebook graphql query parser is written in C/C++ https://github.com/graphql/libgraphqlparser