GenServer
Category: Technology Stack Terms
A behavior module in Elixir for implementing server processes that maintain state, execute code asynchronously, and communicate with other processes. Roll Claw uses GenServers for managing stateful processes like user sessions and real-time updates.