Code Monkey home page Code Monkey logo

Comments (2)

tristanls avatar tristanls commented on September 27, 2024

This project has been superseded by others for numerous reasons.

  • Implementing an actor system in JavaScript ends up being a pattern. If a user does not follow the pattern, it is not as useful and mixing things can end up breaking and confusing things. Actors are still poorly understood in Node.js community. Combining that with no restrictions, it is easy to not write actor code and therefore lose all advantages of actors and end up with the worst of both worlds. It ends up not being useful.
  • This was one of my initial attempts at building an actor system. It served its purpose/lifecycle for exercising a real implementation. Other projects that followed better address actor implementation challenges.
  • CoffeeScript is a hurdle
  • anodejs did not solve the problem of communicating over a network, it only worked on a single machine.
    • discover is an experiment in solving this problem

If I were to reboot this project and create an actor framework in Node.js, it would likely be a Node.js port of Organix Tiny Actor Run-Time

from anodejs.

kevinswiber avatar kevinswiber commented on September 27, 2024

Agreed that it's easy for users to shoot themselves in the foot by not comprehending/accurately implementing the appropriate patterns. I'll check out the other projects you link to in your response.

Thanks!

from anodejs.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.