drama icon indicating copy to clipboard operation
drama copied to clipboard

Is this still active

Open joshua1 opened this issue 10 years ago • 4 comments

Hi @stagas , I have been looking a lot at the actor model for programming (erlang,scala akka, akka.net) and came across this while searching for a js implementation. i wish to know if this is still active. Thanks

joshua1 avatar Dec 11 '14 14:12 joshua1

no but feel free to use the source or do whatever with it :)

stagas avatar Dec 11 '14 15:12 stagas

Just do it with Akka instead. Use Scalatra as a frontend for Akka and have your node.js communicate with Akka through that. No need to reinvent the wheel. This way you get to keep your nodejs web server and any capabilities that comes with. Always in my humble opinion and please note that I haven't tried it yet myself but seems like a nice way to go

pligor avatar Apr 22 '15 17:04 pligor

When you never reinvent the wheel, you never really learn how the wheel works, which was the reason for making this. I reimplement things as a learning exercise. Also, you have the chance of inventing a better wheel, and controlling that wheel at the lowest level instead of working around. Just my opinion, Akka is great, I'm sure Scalatra and others are too. But "don't reinvent the wheel" is bad advice.

stagas avatar Apr 22 '15 18:04 stagas

You are correct on that part. My answer is still valid for the use case where you care for production and not having many resources in time and money for research and development. You should always explore new things when you can, I am never against that :) But a team of people is required to provide something stable and maintain it in the long run. Thanks for answering back

pligor avatar Apr 22 '15 18:04 pligor