Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 372 Bytes

File metadata and controls

13 lines (9 loc) · 372 Bytes

Type:

mvn clean package vertx:runMod -Dvertx.port=8080

And in another console

mvn package vertx:runMod -Dvertx.port=8090

Then, open two clients connecting to server at 8080 and 8090 respectively in your browser and see that chat event from server at port 8080 is propagated to server at port 8090.