webbhuset / realworld-actor-model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actor Model Example

Software engineering using the actor model architecture

This is an example of how to use the [actor model] in elm to help you with your software engineering endeavor using

Practices

  • Component based development
  • Test driven development
  1. Identify components
  2. Specify components
  3. Implement components
  4. Put everything together

About