Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syke99/hx-gql-extism-example
an example of using hx-gql plus extism in an htmx application
https://github.com/syke99/hx-gql-extism-example
Last synced: about 1 month ago
JSON representation
an example of using hx-gql plus extism in an htmx application
- Host: GitHub
- URL: https://github.com/syke99/hx-gql-extism-example
- Owner: syke99
- License: bsd-3-clause
- Created: 2023-12-24T00:31:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T17:05:12.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:51:23.035Z (9 months ago)
- Language: JavaScript
- Size: 1.87 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`hx-gql` example using Extism plugins to render the elements with results from configured GraphQL calls
# Requirements
- node installed
- go(lang) installed# Running example
1. run this command to build the client:
```
cd client && npm install && nmp run build
```
2. run this command to start the backing GraphQL server
(the server will auto-seed itself once you visit `localhost:8080`)
```
cd .. && go run server.go
```
3. navigate to `localhost:8080` and follow the on-screen instructions