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

Use Websockets for pushing updates from server to client #12

Closed
ohanssen opened this issue Dec 31, 2015 · 1 comment
Closed

Use Websockets for pushing updates from server to client #12

ohanssen opened this issue Dec 31, 2015 · 1 comment

Comments

@ohanssen
Copy link
Contributor

This would be more efficient and less error prone than blocking ordinary HTTP requests. It should be used for pushing XmlOverlays. See issue posted on webapp: PolaricServer/webapp#12. Websockets could also be used for instant messaging.

We may also consider using JSON instead of XML.

A branch is created. The simple framework supports this.

@ohanssen
Copy link
Contributor Author

This is now implemented and merged into the main branch. Need some more testing..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant