rupl / bustashape

Collaborative, real-time artboards
https://bustashape.art
MIT License
5 stars 3 forks source link

Communicate important network events to user #80

Open rupl opened 8 years ago

rupl commented 8 years ago

Using the tools built in to Socket.io we can offer notifications when the connection is lost or regained, and using the events we already have inside bustashape, they can be notified when others join/leave.

Once these events are handled in the codebase, we can perform other smart actions like #79