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

Client-server communication. #4

Open
benkarstad opened this issue Oct 8, 2020 · 0 comments
Open

Client-server communication. #4

benkarstad opened this issue Oct 8, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@benkarstad
Copy link
Owner

Devise and implement a system by which a server can receive connections and communicate state information to client machines and vice-versa.
The connection must be:

  • Low-latency

    Updates between devices must be responsive and fast to limit confusion due to multiple clients concurrently modifying state

  • Continuous

    Systems like REST are unideal, as a server must be able to update client state at any time.
    A continuous connection helps to ensure that all clients' states are synchronized at all times.

@benkarstad benkarstad added the enhancement New feature or request label Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant