zak905 / gwt-websocket-spring

Example demonstrating how to use Websocket in GWT, with a Spring Boot backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:

to launch the app in devmode:

from the gwt-websocket-client module: mvn package gwt:devmode and then from the websocket-server module: mvn spring-boot:run

To package the app for production:

from the gwt-websocket-client module: mvn package gwt:devmode -Pproduction and then from the websocket-server module: mvn clean package

About

Example demonstrating how to use Websocket in GWT, with a Spring Boot backend


Languages

Language:HTML 38.9%Language:Java 33.8%Language:Shell 16.0%Language:Batchfile 11.3%