When I tried to establish websocket communication between AngularJS app and Spring Boot I\'m getting the error: Error during websocket handshake - Unexpected respons
You need to use a sockJS client if you configure it to use sockJS on your websocket endpoint.