Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintain connected usernames #14

Merged
merged 5 commits into from
Aug 21, 2020
Merged

Conversation

gridhead
Copy link
Owner

Added features

  • Maintained a list of username and chatroom in the server side along with their respective WebSocket object
  • Added notifications from the server as and when a client joins or leaves the chatroom
  • Added elegant messages and notifications when a client leaves a specific chatroom
  • Allowed for plain-text logging activity in the server side as and when a client joins or leaves any chatroom
  • Kept a list of username and chatroom at the client side as well for latecomers to know who are connected
  • Added a word completion suggestive module which continually keeps updating as users join and leave
  • Introduced an issue Word completion for usernames updates only after one message is sent after join/leave event #13

@gridhead gridhead added bug Something isn't working enhancement New feature or request labels Aug 21, 2020
@gridhead gridhead self-assigned this Aug 21, 2020
@gridhead gridhead merged commit 550f84f into master Aug 21, 2020
@gridhead gridhead linked an issue Aug 21, 2020 that may be closed by this pull request
@gridhead gridhead deleted the maintain-connected-usernames branch August 21, 2020 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle client list and leaving effectively
1 participant