Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgf/graphql-dom
A GraphQL based HTML binding for arbitrary DOM selections.
https://github.com/dgf/graphql-dom
aplatanao dom graphql java
Last synced: 14 days ago
JSON representation
A GraphQL based HTML binding for arbitrary DOM selections.
- Host: GitHub
- URL: https://github.com/dgf/graphql-dom
- Owner: dgf
- License: bsd-3-clause
- Created: 2018-09-21T20:25:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T21:31:34.000Z (over 6 years ago)
- Last Synced: 2024-11-22T19:28:44.747Z (3 months ago)
- Topics: aplatanao, dom, graphql, java
- Language: Java
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphql-dom
[![Build Status](https://travis-ci.org/dgf/graphql-dom.svg?branch=master)](https://travis-ci.org/dgf/graphql-dom)
A GraphQL based HTML binding for arbitrary DOM selections.
## Usage
Download and start the self containing Java archive [dom-0.0.1.jar](https://github.com/dgf/graphql-dom/releases/download/v0.0.1/dom-0.0.1.jar)
Start it as a normal Java application
```shell
$ java -jar ~/Downloads/dom-0.0.1.jar
```Open [http://localhost:8080/graphiql](http://localhost:8080/graphiql)
to access the interactive [GraphiQL](https://github.com/graphql/graphiql) explorer.