This is great! I worked on something similar for a University module but added room creation / joining, accepting a room id via request string. The only issue I came across was the global distribution of the messages and had to edit the client JS (for the purposes of an assignment) to only display messages for a given room. I'm currently still carrying out work with node and am working on room specific messages with the server itself.
It will be much easier now using this as a starting point rather than the hacked together stuff i've already written!
Achievements
24
Karma
16,730
Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Charity
Fork and commit to someone's open source project in need
This is great! I worked on something similar for a University module but added room creation / joining, accepting a room id via request string. The only issue I came across was the global distribution of the messages and had to edit the client JS (for the purposes of an assignment) to only display messages for a given room. I'm currently still carrying out work with node and am working on room specific messages with the server itself.
It will be much easier now using this as a starting point rather than the hacked together stuff i've already written!