You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ch0p57ickz edited this page Dec 25, 2014
·
1 revision
Draft Implementation
To implement the draft, we'll use websockets to maintain the constant communication across all users. Microsoft has a websocket framework called SignalR. It simplifies the use of websockets by providing an abstraction layer for websockets, by falling back to alternate communication methods if websockets is not available.
The server will keep track of the clock and broadcast constant updates to keep everyone in sync, and show the leading bid. (To Be Continued)