joshheinrichs / geosource

A web application for posting and browsing spatio-temporal data. Honours project for CMPT 405.
https://geosource.usask.ca
0 stars 0 forks source link

Live Updates #12

Open joshheinrichs opened 8 years ago

joshheinrichs commented 8 years ago

Currently after submitting a channel, post, or comment, you have to refresh the page before it will become visible. Ideally, some sort of websocket infrastructure would be added on the server and site to allow for live updates to the website, which would include content you submitted.

joshheinrichs commented 8 years ago

I at least made the users own actions at least visible, although no support for websockets or polling has been added.