Re: [akka-user] Akka and Node.js

2015-07-06 Thread Justin du coeur
On Sat, Jul 4, 2015 at 2:20 AM, Andi Nugroho Dirgantara andi.n.dirgant...@gmail.com wrote: I want my Node.js apps also works under Akka system maybe using node-java. Is it good practice? If it's not, is there any solution that Node.js can communicate with Akka? If you particularly want to

[akka-user] Akka and Node.js

2015-07-04 Thread Andi Nugroho Dirgantara
Hello, I have case that needs manipulate large stream of JSON and injecting it to Apache HBase. Since JVM is not as good as Node.js when manipulating JSON, so I choose to use Node.js instead. To enchance my system scalability, I prefer using Actor Model by Akka for messaging instead any other