2012.11.28. 11:08:53 dátumon James L. <
yanli...@gmail.com> írta:
> In my existing project, I would use NIO to sent MIDI message to the
> socket
> server which will broadcast to clients application, would looking at Akka
> would be over complex?
>
Hi James!
To receive MIDI messages from an existing application over the socket you
can use the Akka IO module (if you use Scala). If your clients are
themselves actor systems, then you can use Akka remoting to broadcast the
messages.
I would recommend reading the documentation about remoting and Akka IO.
-Endre