Reputation: 11
I have a big app which containes a real time chat and real time notification and real dashboard . i'm new to socket io so can someone explain to me how the implmentaion will be?
Upvotes: 1
Views: 66
Reputation: 11
You could run socket.io server on many port in different files (so that it become easy to operate) and then connect to that port only
Upvotes: 1