demo live auction built with node.js
A simple demo for socket.io
$ cd [path to your project folder]
$ 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.
- 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.
- realtime product list display slideshow in certain time interval
- countdown timer for last bidder
- This repo is for learning purpose only.
- This repo will be no longer maintained and will remain in development phase.
- A new repo link will be provided later.