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

Backend message management #30

Open
4 tasks
emgrasmeder opened this issue Dec 11, 2017 · 0 comments
Open
4 tasks

Backend message management #30

emgrasmeder opened this issue Dec 11, 2017 · 0 comments
Labels

Comments

@emgrasmeder
Copy link
Owner

emgrasmeder commented Dec 11, 2017

The backend needs to receive, parse, and respond to messages. It also needs to package events and deliver them to the front end.

I think there should be a Message Manager in the backend which:

  1. Takes a map type and returns a byte array, which could be used here
  2. Parses the message received from the frontend (potentially as a map) and incorporates the update as appropriate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant