Websocket Communication

TopicDescriptionURL
How to clone the ere.health system from github?This video shows how to clone the ere.health repository to your machine and how the repositories are organized. The repository is here: https://github.com/ere-health/ere-ps-appHow to clone the ere.health system from github?
How to start the ere.health system?This video shows how to start and inspect the ere.health system using the build in quarkus dev tools and visual vm:
Quarkus DEV UI: Dev UI
Visual VM: VisualVM: Home
How to start the ere.health system?
How to connect to the ere.health system using a web socket with javascript?This video shows how to connect to ere.health using a JavaScript WebSocket: WebSocket – Web APIs | MDNHow to connect to the ere.health system using a web socket with javascript?
How to connect to the ere.health system using a web socket with java?This video shows how to use Java 11 (JDK 11 ), JUnit Jupiter (JUnit 5 ) and Tyrus (Eclipse Tyrus ) for connecting to the ere.health system.How to connect to the ere.health system using a web socket with java?
What kind of web socket messages are supported?This video shows the different kinds of messages that are supported by the ere.health system. These can be found here: https://github.com/ere-health/ere-ps-app/tree/main/src/test/resources/websocket-messagesWhat kind of web socket messages are supported?
Sampling ere.health FHIR Validator with Visual VMThis video is a bonus video that shows how to sample and figure out why certain functionality in the ere.health solution has a certain speed. It uses VisualVM: HomeSampling ere.health FHIR Validator with Visual VM