arakoodev / EdgeChains

EdgeChains.js Typescript/Javascript production-friendly Generative AI. Based on Jsonnet. Works anywhere that Webassembly does. Prompts live declaratively & "outside code in config". Kubernetes & edge friendly. Compatible with OpenAI GPT, Gemini, Llama2, Anthropic, Mistral and others
https://www.arakoo.ai/
GNU Affero General Public License v3.0
334 stars 69 forks source link

HTMX + Spring 3.1 + Graal dashboard #54

Open sandys opened 1 year ago

sandys commented 1 year ago

create dashboard using HTMX, Spring 3.1 + Graal dashboard.

Project time = 1 week.

sandys commented 1 year ago

preliminary study

Harsh4902 commented 1 year ago

I used same template which was used in tutorial of HTMX in springIO. I also generated native images of some of my already existing Java and SpringBoot projects.

You can find the code for HTMX tutorial here: https://github.com/Harsh4902/SpringBoot-htmx-graalvm.git

sandys commented 1 year ago

@Harsh4902 please confirm to me that htmx and graal work together perfectly ? you are able to compile a htmx app to native executable using graal and it runs and renders htmx ui views.

if you confirm this, we will reorient a lot of project with this assumption. please be accurate - because if this fails one month later, then neither of us will get the benefit of this project.

Harsh4902 commented 1 year ago

Ok. Currently I am building native image of this project. If it will run successfully i will inform you.