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

Issue 141 networking basics #142

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

Loomie
Copy link
Collaborator

@Loomie Loomie commented Apr 11, 2021

No description provided.

@Loomie
Copy link
Collaborator Author

Loomie commented Apr 11, 2021

Using https://ktor.io/ for networking.

@Loomie Loomie marked this pull request as ready for review April 17, 2021 11:05
@Loomie
Copy link
Collaborator Author

Loomie commented Apr 17, 2021

The log area in the GameView now gets its messages by network from the server. The server listenes for events on the EventBus, extracts relevant data, transmits it by network and creates a new UI event. The UI listens for those events and displays the messages.

For serialization I used kotlinx.serialization with Protocol Buffers as in #140

@Baret Baret added the feature A completely new feature label May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A completely new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants