- Run at least two instances (can add
-Dserver.port=9090
to VM arguments) - navigate to index.html at
localhost:8080
- provide recipient name and connect to WebSocket
- send a message
$ `curl -X POST http://localhost:8080/message -H "Content-Type: application/json" \
-d '{"orderNumber": "123", "message": "hello", "recipients": ["user", "group1"]}'`