AspireAB / TaxiDemo

Braindays demo
7 stars 3 forks source link

Frontend + Backend connection #4

Open rogeralsing opened 9 years ago

rogeralsing commented 9 years ago

Currently, the backend needs to be up and running and waiting in init mode before the frontend starts. which works for local dev, but will not work on scale where frontend can respawn.

this needs to be addressed. possibly using Akka.Cluster instead