I started an application using socketio as my websocket library, but now i need to use sharejs which does not support socketio. I would have changed the library but i have come a long way with socketio.
I tried using websocket ws library and it only seems to work when i place socketio and ws on different server ports.
I need to be able to use the same port for both of them. Please how do i do that. I found out that i can place them on different paths but i have not been able to do that successfully. I would really appreciate suggestions or answers.