ComputerScienceHouse / WebDrink-2.0

Rewrite of CSH WebDrink. Includes updated interface and new API.
https://webdrink.csh.rit.edu
10 stars 6 forks source link

Add websocket status API method, use in conjunction with drop method #48

Closed bencentra closed 10 years ago

bencentra commented 10 years ago

Now that the client uses the drop API method, I should make sure that the websocket connection is good before a drop is actually made. On page load, I should call /drops/status to check the connection.

bencentra commented 10 years ago

Done.