Skip to content

Ajax polling or Web Sockets (socket.io) for client-server communication. #6

@countable

Description

@countable

The application needs a way for each terminal to always display the most recent data in the UI. Either of these methods will work. We are leaning towards ajax polling for an MVP because it's a little simpler (avoids another component). If Web Sockets are used, we would also need to find a way to hook into database writes and selectively broadcast them from the server to update the clients. This is an extra piece of logic not needed with Ajax polling.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions