Skip to content

Using netty socketio server in AWS

Pablo J. Rogina edited this page Feb 6, 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 issue "#493":https://github.com/mrniko/netty-socketio/issues/493

Clone this wiki locally