I've been diving into Elixir and Erlang, writing a library to build Discord bots with.
I've been toying with bots for a while, but building the library myself gave me some interesting insights in Discord all while learning Elixir myself.
I'm trying to make it so that if you spin up multiple nodes it automatically balances the sharding over all nodes, monitors traffic and attempts to balance the work evenly.
I'm trying to make it so that if you spin up multiple nodes it automatically balances the sharding over all nodes, monitors traffic and attempts to balance the work evenly.