Skip to content

The Draft Implementation

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)

Clone this wiki locally