Elixir and Phoenix distributed app

Do you have any good (simple) examples of Phoenix REST application that works in distributed mode?
Example like one post service which handles every request and distributes computing across 2 nodes.

1 Like

Hello and welcome,

You don’t need Phoenix to play with distribution. You can start with these tools

  • libcluster
  • swarm
  • syn
  • phoenix_pubsub
1 Like