mrniko / netty-socketio

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

How to start listen two port #476

Open puyide opened 7 years ago

puyide commented 7 years ago

Hi~!everybody!How to start listen two or more port?Thanks!

pablojr commented 6 years ago

What's your use case? What if you start two netty-socketio servers, each one on different port?

mrniko commented 6 years ago

you could share same eventloopgroup across any amount of netty-socketio instances

devpage commented 6 years ago

mark