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.
These services are developed in Quarkus.
Ide services are Rest Services providing WebSockets support to communicate with the client application in realtime.
This project is a standard maven project:
-
Installing
Download and Install Maven if necessary.
-
Running tests
mvn test -
Building
mvn packageproduces the Uber Jar ide-services-runner.jar -
Running in dev mode enabling lib coding
mvn quarkus:devto start the serviceshttp://localhost:8082to access the homepage -
Running in production mode
java -jar target/ide-services-runner.jar
This project was generated using Quarkus io generator.
