Audience question at the end of the talk asking why AnyCable has two WebSocket server implementations. Answer: the speaker originally tried Erlang but no mature gRPC library existed, so he wrote a quick Go prototype. Go became primary because it ships as a single binary and is easier for Ruby developers to run; the Erlang version is no longer actively maintained, though the speaker may revisit it for his own projects to use Erlang-specific features.