learning-layers / timeliner

MIT License
0 stars 0 forks source link

Set up basic socket connection for projects #50

Closed sanderai closed 8 years ago

sanderai commented 8 years ago

Using Socket.io "rooms" for each project

49

pjotrsavitski commented 8 years ago

This should also have a notion of authentication within it as a certain room (for a project) could only be joined by its members.

Socket.io should have that kind of possibility available. The connection would be refused otherwise.

pjotrsavitski commented 8 years ago

Done, specific implementation extensions will be part of targeted issues.