Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmini/quarkus-experiments
Experiments with Quarkus
https://github.com/jmini/quarkus-experiments
Last synced: 13 days ago
JSON representation
Experiments with Quarkus
- Host: GitHub
- URL: https://github.com/jmini/quarkus-experiments
- Owner: jmini
- License: apache-2.0
- Created: 2023-03-21T06:39:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-02T13:21:47.000Z (4 months ago)
- Last Synced: 2024-10-06T03:04:09.756Z (about 1 month ago)
- Language: HTML
- Size: 527 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: quarkus-experiments
:project-name: Quarkus Experiments
:branch: main
:twitter-handle: j2r2b
:license: http://www.apache.org/licenses/LICENSE-2.0
:license-name: Apache 2.0 License:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]//tag::header[]
= {project-name}
Experiments with Quarkus
//end::header[]//tag::description[]
== Description
This repository contains some experiments I do with https://quarkus.com/[Quarkus].//end::description[]
* xref:quarkus-cli-example/README.adoc[Cli with REST client example]
* xref:rest-json-reactive-routes/README.adoc[Convert 'rest-json' example to reactive routes]
* xref:superheroes-graphql-client/[GraphQL client] (for the GraphQL server https://github.com/jmini/quarkus-graphql-superheroes[jmini/quarkus-graphql-superheroes])// Read more on the link:{homepage}[project home page].
//tag::contact-section[]
== Get in touchUse the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]//tag::license-section[]
== Licenselink:{license}[{license-name}]
//end::license-section[]