mrniko / netty-socketio

Socket.IO server implemented on Java. Realtime java framework
Apache License 2.0
6.8k stars 1.65k forks source link

SocketIOServer with Spring Boot RESTful API on the same port 8080 #1011

Open radhakrishna67 opened 4 days ago

radhakrishna67 commented 4 days ago

I am trying to include netty-socketio in spring boot RESTful API application and am trying to run it on the same port. I am not successful this approach. Is it possible to run the both netty-socketio and spring boot on the same port?

avrilft commented 4 days ago

You can use "https://github.com/trinopoty/socket.io-server-java"

radhakrishna67 commented 3 days ago

@avrilft I have to run spring boot restful API along with netty-socketio server in the same apache tomcat on the port 443 in the production. Not like restful api on 443 and netty socketio on 8443 in the production