- Redis: caching, ranking
- MongoDB: main data store
- NodeJS
- Express
- Mongoose: MongoDB driver + ODM
| # The application for controlling the Blu-tack device. | |
| module BluTacker | |
| # Function to manage the main function of the device. | |
| def main | |
| # A continuous loop which manages the device's operation. | |
| loop do { | |
| # Scan the wall for a poster and store the data in the "poster" variable. |