|
|
|
|
|
by cpursley
2430 days ago
|
|
Elixir can run concurrent background tasks without additional tooling. Can the technologies you mentioned do this (ie without setting up and maintaining a background job server, etc)? Ditto on pushing websockets. With Elixir, you don't need additional servers and caching for holding the the socket state (redis + node, etc). Hope that makes sense. |
|