abourget / gevent-socketio

Official repository for gevent-socketio
http://readthedocs.org/docs/gevent-socketio/en/latest/
BSD 3-Clause "New" or "Revised" License
1.21k stars 330 forks source link

how to run socket.io chat app from two different ports #251

Open yugal31 opened 6 years ago

yugal31 commented 6 years ago

means one user chat from localhost:3000 and another from localhost:4000 in socket.io node js

any idea how to do this