|
|
|
|
|
by aej
1596 days ago
|
|
This is really impressive. If I were tasked with building an app with a similar feature set in another language or runtime Id have to bring in a whole set of technologies and infrastructure that would make it challenging. The killer feature of Elixir (and Phoenix/LiveView) is not just that you can do all this in the same app writing backend code, its that the scalabilty characteristics of the runtime mean that you can push it really far once you are live. Im excited to read through some of the codebase as a good example of a LiveView app. |
|