Skip to content

Client-server communication. #4

@benkarstad

Description

@benkarstad

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions