Helidon MP with WebSocket Dodex and Handicap Application with gRPC
665
Helidon Framework with WebSocket, OpenApi and gRPC apps
Build an image using -- using Dockerfile - contents: FROM dufferdo2/dodex-helidon:latest, e.g. docker build -t helidon-serv .
Build container, e.g. docker create -t -p 8060:8060 -p 8071:8071 -p 9901:9001 --name helidon_serv helidon-serv
Start container - docker start helidon_serv
Start browser with: localhost:8060/test/index.html or ..../test/bootstrap.html
There is a grpc application included with a client using javascript/envoy attaching to the server coded in kotlin. The envoy proxy is included in the image using ports 8071 and 9901(envoy admin). Simply run this url in a browser; localhost:80600/handicap.html
Using dodex can be found at the following:
https://github.com/DaveO-Home/dodex
https://github.com/DaveO-Home/dodex-input
https://github.com/DaveO-Home/dodex-mess
Infomation also at:
https://github.com/DaveO-Home/dodex-helidon-mp
https://github.com/DaveO-Home/dodex-quarkus
https://github.com/DaveO-Home/dodex-vertx
Content type
Image
Digest
sha256:3f81c8ced…
Size
275.9 MB
Last updated
3 months ago
docker pull dufferdo2/dodex-helidon