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

Support streaming updates in trapdoor via WebSockets #9

Open
jeffery9 opened this issue Sep 17, 2015 · 2 comments
Open

Support streaming updates in trapdoor via WebSockets #9

jeffery9 opened this issue Sep 17, 2015 · 2 comments

Comments

@jeffery9
Copy link

have add the draft of the message wall [ https://github.com/jeffery9/trapperkeeper/tree/wall ], it origin from tornado-redis-chat room.
i want the trapperkeeper can send the trap message into redis queue, and the websocket hanlder which is the same as trapdoor, it can sub to the message queue, and then update the wall page.
administrators can be informed by the kanban.
all the work just is a draft. i'm newbie of tornado and web client programming, i think that you guy implement this feature should more easy than me.

@gmjosack
Copy link
Contributor

This is something we want but it's going to come through a larger overhaul of the web server. Right now this doesn't make sense to merge because I don't want to add the extra architectural overhead of requiring Redis for deployment. I'll keep this open to track automatic updates though.

@gmjosack gmjosack changed the title message wall Support streaming updates in trapdoor via WebSockets Sep 17, 2015
@jeffery9
Copy link
Author

@gmjosack i have a working prototype of the messaging wall, it can publish message to redis and subscribe it for websocket. but i wonder how to refresh the data form, if i reload the windows, the alert sound should been cancel, and bad user experience. thanks.

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

2 participants