|
|
|
|
|
by ravi-delia
1614 days ago
|
|
That's where a lot of the fun of Elixir comes from I think. It's viscerally satisfying to split off functionality into what almost feels like an independent machine that happens to be in the same codebase. It clicked in a way normal object oriented programming never did for me, I guess since it's not feasible to mint 10,000 genservers to use as more complicated structs. |
|
In essence, creating a microservice with elixir is about the same amount of effort as adding a controller in rails.