Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxcnunes/signalr-auction

Example using SignalR to build a simple Auction App
https://github.com/maxcnunes/signalr-auction

Last synced: 3 months ago
JSON representation

Example using SignalR to build a simple Auction App

Awesome Lists containing this project

README

        

SignalR-Auction
===============

This is a really small application just developed to exemplify how to code with SignalR.

**How this Auction works**
- The auction start remaining 1 minute and 30 seconds to finish
- Each bid add 30 seconds to the remaining time
- Each bid add 1 cents to the value of the next bid
- The max value allowed to the remaining time is 1 minute and 30 seconds
- The last person to bid is the winner

Soon will be available the link to see the DEMO application running
Click here to see the DEMO