0
I have an app made with Ionic 3 which uses as a Websocket client ng-socket-io and I have a Websocket server that was implemented with Sockjs at Spring Boot.
From what I read, Spring Boot can’t work with Websocket.io.
I need to implement a client with Sockjs or a back-end with websocket.io (Spring Boot).
Detail that the Back-End has to be in Spring Boot.
Anyone suggest anything to me? Thanks!
I believe I have found the solution. I implemented in Spring Boot a Websocket using Netty-socketio. Then put here Github link.
– acacio.martins