Talking to Servers: Elixir & Clojure
Clojure Client with Elixir Server
Using OTP
TBD
Quick and Dirty
What we’ve demonstrated above is the “right way” to start thinking about long-running processes in the Erlang VM: using the infrastructure of OTP to build for reliability. We could have written something similar, but much more simply. It would also have been very fragile.
For instance, we could have done it like this:
TBD
Elixir Client with Clojure Server
Using XXX (core.async?)
TBD
Quick and Dirty
TBD