Sending messages to room only

In the last section, we wired up that People list making sure that as new users come and go the list gets updated. In this section, we're going to make sure that our text and location messages only get sent to users in the same room. Currently, it gets sent to everybody. We can prove that by opening up a new connection, I'm going to use Mike and we're going to join a different room, The Office Fans works. When I join the room you can see that the People lists are indeed correct, a user in one room does not update the People list for a user in another room. The difference though is that the text messages do not follow those rules, neither do the location-based messages:

We'll have a text message and a location ...

Get Advanced Node.js Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.