https://github.com/sysgears/scala-graphql-subscriptions-on-websockets
https://github.com/sysgears/scala-graphql-subscriptions-on-websockets
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sysgears/scala-graphql-subscriptions-on-websockets
- Owner: sysgears
- License: mit
- Created: 2019-03-26T15:39:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T15:42:37.000Z (over 7 years ago)
- Last Synced: 2025-03-15T18:14:44.685Z (over 1 year ago)
- Language: Scala
- Size: 106 KB
- Stars: 2
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/PLGrudina/GraphQL_API_example)
This is a demo project showing how to build a GraphQL API on the basis of a Play2 framework using Scala and Sangria.
**How to start**
Run an application:
`sbt run`
After launch, the application will be available at `localhost:9000`
**Sources**
https://graphql.org/
https://www.playframework.com/documentation/2.6.x/ScalaHome
https://sangria-graphql.org/learn/