Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 255 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 255 Bytes

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