Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 381 Bytes

readme.md

File metadata and controls

4 lines (3 loc) · 381 Bytes

Chanter

An auctioning application/platform

This is an experiment to learn more about the limits of meteor's reactivity and the viability of doing realtime auctions with meteor. Currently the focus is only on automatically increasing/decreasing auctions with an immediate "buyout". This is mostly because it has the least problems with latency (client/server) and async oddities.