Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mechanicles/auction_system
Small pub/sub app using node.js and faye
https://github.com/mechanicles/auction_system
Last synced: 7 days ago
JSON representation
Small pub/sub app using node.js and faye
- Host: GitHub
- URL: https://github.com/mechanicles/auction_system
- Owner: mechanicles
- Created: 2011-12-04T06:27:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-22T06:47:58.000Z (over 12 years ago)
- Last Synced: 2023-04-15T22:36:42.647Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://auction_system.nodester.com
- Size: 164 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Auction/Bidding System
Simple real time pub/sub app using node.js and faye for bidding system.##How to use?
- First open two browsers and subscribe the channel in both browsers.
- Enter the bid amount and see that amount will be reflected to another browser too.##Requirements
- [Nodejs](http://nodejs.org/)
- [npm](http://npmjs.org/) - Package manager for node
- [Faye](http://faye.jcoglan.com/)
- [Express](http://expressjs.com/) - (Optional)##Thanks
- [Nodester](http://nodester.com/) - Free
nodejs app hosting