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

server - Implement global chat #9

Closed
3 tasks
MerzMax opened this issue Nov 11, 2021 · 0 comments · Fixed by #16
Closed
3 tasks

server - Implement global chat #9

MerzMax opened this issue Nov 11, 2021 · 0 comments · Fixed by #16
Assignees
Labels
enhancement New feature or request server The issue is realted to the server

Comments

@MerzMax
Copy link
Owner

MerzMax commented Nov 11, 2021

The server should be able to receive and broadcast these messages to all clients that are connected to the server.

  • Create new GO module that contians the models of the message that will be shared between the server and the client later on
  • The server should be able to receive messages from connected clients and the messages sould be serialized
  • The received messages should be sent to all connected clients
@MerzMax MerzMax added enhancement New feature or request server The issue is realted to the server labels Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server The issue is realted to the server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants