These services are the back-end part of the Previewer. They receive application changes (when called by Ide Services) and push them to the Previewer Angular application using WebSockets. 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.
Preview 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 preview-services-runner.jar -
Running in dev mode enabling lib coding
mvn quarkus:devto start the serviceshttp://localhost:8081to access the homepage -
Running in production mode
java -jar target/preview-services-runner.jar
This project was generated using Quarkus io generator.
