Skip to content

Using netty socketio server in AWS

Pablo J. Rogina edited this page Oct 19, 2018 · 3 revisions

If you try to deploy your application based on netty-socketio server in AWS, you may need to configure it with hostname parameter value set to "0.0.0.0". And then ask REST AWS security group to expose the port(s) the netty-socketio server is using.

Based on details from issue 493

Confirmed to work per issue 609