Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.22 KB

File metadata and controls

40 lines (23 loc) · 1.22 KB

image

What is it for ?

These services are the back-end part of the Builder. They receive application changes from the Builder Angular application and calls Preview Services to push them to the Previewer. They are part of the dont-code no-code / low-code platform enabling you to quickly produce your very own application.

What is it ?

These services are developed in Quarkus.

How is it working ?

Ide services are Rest Services providing WebSockets support to communicate with the client application in realtime.

How to build it ?

This project is a standard maven project:

  1. Installing

    Download and Install Maven if necessary.

  2. Running tests

    mvn test

  3. Building

    mvn package produces the Uber Jar ide-services-runner.jar

  4. Running in dev mode enabling lib coding

    mvn quarkus:dev to start the services

    http://localhost:8082 to access the homepage

  5. Running in production mode

    java -jar target/ide-services-runner.jar

Thank you

This project was generated using Quarkus io generator.