Welcome to Part 5: Rate Limiting, of building a realtime chat application with and In this part of the series, we’re going to implement rate limiting! With rate limiting, we will likely be denying users from sending messages — so to be respectful we should indicate to the user whether…