This repository contains the companion code to the presentation.
- Install GraalVM 1.0.0-RC14
- Make sure that the
node
andnpm
binaries distributed with GraalVM is on the$PATH
- Make sure you have docker-compose installed
- run
docker-compose up -d
- Make sure you have maven installed
- run
npm install && npm run build
This the example that is using jbcrypt to hash the password.
You can start the server with npm --jvm run start:bcrypt
The naive implementation of rabbitmq consumer. Start it with
npm --jvm run start:rabbitmq
. The easiest way to publish a message is to
follow this link
after you started the example.
The naive implementation of rabbitmq consumer. Start it with
npm --jvm run start:rabbitmq-take-2
.
The java part is here and the js part is here. See slides for further details