Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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