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: about 1 month ago
JSON representation
An attempt to get GraphQL going with Scala
- Host: GitHub
- URL: https://github.com/hrosenhorn/graphql-scala
- Owner: hrosenhorn
- License: mit
- Created: 2015-07-10T08:03:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T12:44:50.000Z (over 9 years ago)
- Last Synced: 2024-08-01T22:51:22.195Z (4 months ago)
- Language: Java
- Size: 187 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphql - graphql-scala - An attempt to get GraphQL going with Scala. (Libraries / Scala Libraries)
- awesome-graphql - graphql-scala - An attempt to get GraphQL going with Scala. (Libraries / Scala Libraries)
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 AsyncDiving in head first into the unknown...