Kevinwochan / Slackr

An naive instant messaging web application built in ReactJS and Python Flask
1 stars 1 forks source link

Updating client messages #1

Open Kevinwochan opened 4 years ago

Kevinwochan commented 4 years ago

Clients poll the server for updated messages, at scale this will overload the server.

Server should instead maintain a list of active clients and disseminate updates as it receives messages.