Skip to content

calvinti12/socket.io-live-auction-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket.io-live-auction-demo

demo live auction built with node.js

A simple demo for socket.io

How to use

$ cd socket.io
$ npm install
$ cd live_auction
$ npm install
$ npm start or node index

And point your browser to http://localhost:8080. Optionally, specify a port by supplying the PORT env variable.

Features

  • Multiple bidders can join the auction by each entering a unique username on website load.
  • Bidders can bid to auction using num pad keys.
  • A notification is sent to all bidders when a bidder joins or leaves the acution.

TODO-LISTS

  • realtime product list display slideshow in certain time interval
  • countdown timer for last bidder

About

LIVE AUCTION DEMO USING NODE.JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.3%
  • HTML 43.8%
  • CSS 8.9%