-
- Downloads
add echo and simple chat
Showing
- build.gradle 1 addition, 0 deletionsbuild.gradle
- src/main/kotlin/de/thk/gm/websocketsdemo/configs/WebSocketConfig.kt 17 additions, 0 deletions...otlin/de/thk/gm/websocketsdemo/configs/WebSocketConfig.kt
- src/main/kotlin/de/thk/gm/websocketsdemo/controllers/WelcomeController.kt 17 additions, 0 deletions...de/thk/gm/websocketsdemo/controllers/WelcomeController.kt
- src/main/kotlin/de/thk/gm/websocketsdemo/handlers/EchoHandler.kt 11 additions, 0 deletions...n/kotlin/de/thk/gm/websocketsdemo/handlers/EchoHandler.kt
- src/main/kotlin/de/thk/gm/websocketsdemo/handlers/SimpleChatHandler.kt 26 additions, 0 deletions...in/de/thk/gm/websocketsdemo/handlers/SimpleChatHandler.kt
- src/main/resources/static/echoclient.html 32 additions, 0 deletionssrc/main/resources/static/echoclient.html
- src/main/resources/templates/index.ftlh 9 additions, 0 deletionssrc/main/resources/templates/index.ftlh
- src/main/resources/templates/layout.ftlh 27 additions, 0 deletionssrc/main/resources/templates/layout.ftlh
- src/main/resources/templates/simpleChat.ftlh 24 additions, 0 deletionssrc/main/resources/templates/simpleChat.ftlh
Loading
Please register or sign in to comment