An open API service indexing awesome lists of open source software.

https://github.com/hrosenhorn/graphql-scala

An attempt to get GraphQL going with Scala
https://github.com/hrosenhorn/graphql-scala

Last synced: 17 days ago
JSON representation

An attempt to get GraphQL going with Scala

Awesome Lists containing this project

README

        

# graphql-scala
An attempt to get GraphQL going with Scala. Using the JS implementation as reference let's get something going
and iterate our way forward.

* ANTLR for Lexing/Parsing
* Twitter Futures for Async

Diving in head first into the unknown...