https://github.com/tuwukee/websockets_bourse
self education web application
https://github.com/tuwukee/websockets_bourse
Last synced: about 1 year ago
JSON representation
self education web application
- Host: GitHub
- URL: https://github.com/tuwukee/websockets_bourse
- Owner: tuwukee
- Created: 2013-06-18T14:08:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T11:15:26.000Z (over 12 years ago)
- Last Synced: 2025-03-24T00:02:21.787Z (about 1 year ago)
- Language: Ruby
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Websockets Bourse
1. This application should satisfy all basic needs of bourse members
* anyone who open application should be asked the name
* after it's done user can sell and buy anything
* any product that going to be sold should have name, cost of one item and amount
* to buy something user should just select amount and press one button
* when user create new product all user see this action in news list and can immediately buy it
* if product was successfully bought this action should be added to new list with up to date amount of items in stock
* if user didn't manage to buy product (e.g. somebody else have already bought it) user should see error message
2. News list must be populated via websockets
3. Advanced admins page
* when admin open bourse it should be added to news, new deals should be allowed
* when admin close bourse it should be added to news, new deals should be restricted and users should be able only see list of today's deals
4. WebRTC
* Video calls
#### Start Faye
rackup private_pub.ru -s thin -E production