Initial basic ping pong websocket app in vertx.

This commit is contained in:
Tomasz Półgrabia 2024-08-01 16:28:09 +02:00
parent 321c890178
commit b0c8930568
13 changed files with 654 additions and 0 deletions

View file

@ -0,0 +1,2 @@
rootProject.name = "chat_demo1"
include(":chat_demo1_web")