btford / angular-socket-io

Socket.IO component for AngularJS
1.51k stars 233 forks source link

Change io.connect('http://localhost:3000/myNameSpace') to angular socket io version #163

Open DevChrisDev opened 5 years ago

DevChrisDev commented 5 years ago

how can client connect to a specific namespace in angular socket io.

SenninSensei commented 5 years ago

socketFactory({ ioSocket: io.connect('localhost:8000/namespace') });