I am planning to use event based solution to decouple few aspects in an android Application.
This application involves connecting to multiple sockets and receiving events from them asynchronously.
I am planning to use Netty NIO for handling these multiple socket connections which can produce events randomly independent of each other.
Keeping in mind, the ease of implementation,scalability and maintainability what would you suggest.