Charlie Crane presented on building fast, scalable game servers using Node.js and the open source framework Pomelo. Pomelo is a distributed, scalable framework for real-time applications that abstracts servers and provides request/response and broadcast capabilities. It addresses challenges of scalability for games through techniques like area of interest and splitting processes. Performance testing showed Pomelo can support over 500 concurrent users on a single server. Pomelo has been used successfully for games and real-time messaging platforms supporting millions of users.