Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 1 month 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...