yoo2001818 / react-against-humanity

Multiplayer game of Cards Against Humanity using React
MIT License
4 stars 1 forks source link

Implement not sending unnecessary data #15

Open yoo2001818 opened 8 years ago

yoo2001818 commented 8 years ago

Clients outside the room doesn't need actions inside the room. Server should filter the unnecessary data.

yoo2001818 commented 8 years ago

This should also support sanitizing the data - Removing data confidental/not important to the clients.