Replace SockJS dependency with plain Websockets
- Jan 24, 2020
-
-
Chris Lemaire authored
- SockJS is a technology to enable websocket communication for all browsers, including those that do not yet have a valid implementation for websockets. - Because of the Spring upgrade SockJS was being difficult with versioning and CORS. - Seeing as Websockets are now implemented in all the most popular web browsers it is probably time to start using those. Signed-off-by:
Chris Lemaire <c.lemaire@student.tudelft.nl>
-