Asynchronous Java/kotlin/Vert.x Demo
463
Build an image using -- using Dockerfile - contents: FROM dufferdo2/dodex-vertx:latest,
e.g. docker build -t vertx-serv .
Build container, e.g. docker create -t -p 8880:8880 -p 8071:8071 -p 9901:9001 --name vertx_serv vertx-serv
Start container - docker start vertx_serv
Start browser with: localhost:8880/ddex or ..../dodex/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:8880/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:
Content type
Image
Digest
sha256:69ec50a73…
Size
657.8 MB
Last updated
about 1 month ago
docker pull dufferdo2/dodex-vertx