Ionic client (ng-socket-io) and Springboot server with Sockjs

Asked

Viewed 42 times

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.

1 answer

0

The solution was to implement a Websocket in Spring Boot using Netty-socketio.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.