Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxcnunes/signalr-auction
- Owner: maxcnunes
- Created: 2013-01-24T02:31:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-30T02:46:53.000Z (almost 12 years ago)
- Last Synced: 2024-10-15T15:47:12.946Z (3 months ago)
- Language: JavaScript
- Size: 8.42 MB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 winnerSoon will be available the link to see the DEMO application running
Click here to see the DEMO