/fema

Front-end State Machine

Primary LanguageTypeScript

Fema

Frontend State Machine

🚧 Don't use, under construction

Summary

This is an experimental state machine based on the Actor Model.

Goals

  • can send a finite number of messages to other actors
  • can create a finite number of new actors
  • can designate the behavior to be used for the next message it receives

Example

See examples