gs-messaging-stomp-websocket
gs-messaging-stomp-websocket copied to clipboard
Example does not work out of the box
The example does not work without adding CORS.
The following line is not correct: registry.addEndpoint("...");
It should be, e.g.: registry.addEndpoint("...").setAllowedOrigins("*")