This project is to help explain what an actor system is and how to build one with Akka Dotnet. We're going to create an akka dotnet restaurant that will mimic the flow of a sit down restaurant.
Create an application that mimics the flow of a restaurant.
- Customer enters restaurant
- Hostess assigns an empty table to the customers
- Server gets customer’s drink order
- Server delivers drinks
- Server gets customer’s food order
- Server delivers food order to cooks
- Cooks prepare food
- Cooks alert server that food is ready
- Server delivers food to customers
- Customer’s eat
- Server delivers check
- Customer’s pay for check
- Server delivers receipt
- Customer leaves
- Server cleans table
- Server alerts hostess that table is available