add WebSockets with STOMP on top
Files
3- Tom Käsler authored
@@ -45,6 +45,7 @@ import org.springframework.web.servlet.config.annotation.EnableWebMvc;
@@ -45,6 +45,7 @@ import org.springframework.web.servlet.config.annotation.EnableWebMvc;
Adds a STOMP broker to the backend. Implements a standalone feedback with messages and topic channels.
This solves #25.