Source code of tutorial Java 7 EE and WebSockets Java EE 7: Building Web Applications with WebSocket, JavaScript and HTML5
I updated the code:
- Java 8 patterns (
Optional
, streams) - ECMAScript 6 (
const
, lambda's) - Lombok Project
- Gradle, so IDE independent
- Jetty through Gretty plugin
Start application with: gradle clean appRun