Skip to content

A simple website in ASP.NET MVC that uses SignalR

Notifications You must be signed in to change notification settings

HDaoud/AuctionSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuctionSite

A simple website in ASP.NET MVC that uses SignalR 2.2 (in WithRx branch, RxJS and Rx.NET is used alongside SignalR)

  • each new bid adds 1 cent to the price and 10 seconds to the count-down time.
  • The last user to bid before timer reaches 0, is the winner.

The repository contains also an example for unit tests on controllers and SignalR hub.

The project basically consists of ViewModel to store bid information, SignalR hub to perform all the communication between clients and server in real-time, View which initiates the communication with the hub and handles clients' input and displays server responses.

alt text

About

A simple website in ASP.NET MVC that uses SignalR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages