Skip to content
Snippets Groups Projects

Replace SockJS dependency with plain Websockets

  1. Jan 24, 2020
    • Chris Lemaire's avatar
      Replace SockJS dependency with plain Websockets · 36456a5d
      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: default avatarChris Lemaire <c.lemaire@student.tudelft.nl>
      36456a5d
Loading