Ecosyste.ms: Awesome

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: 1 day ago
JSON representation

An attempt to get GraphQL going with Scala

Lists

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...