SIU-CS-435 / gallerist-online

Main repo for CS435 semester project for team JAMiN. An online multiplayer turn based board game.
2 stars 1 forks source link

Game view SignalR #62

Open mbrajk opened 8 years ago

mbrajk commented 8 years ago

We need to improve upon our SignalR implementation for client-server communication. Currently the page simply refreshes when we take an action but we instead would like to send back the necessary information for the client to simply update its view without a page refresh. This is a child task of #17