Mobile Web App to virtual queue management.
- Automatic Queue Management
- Chrome Web notifications
- Websocket based instant updates
This is server repo. For client(IOT), please visit Git Repo
It is complete JavaScript solution. Starting from bluetooth and GSM operations in raspberry pi, JavaScript is used in nodejs and even for database integration.
The goal of Virtual Queue Management solution is the hassle free airport experience for the traveler. It also helps Airport authority to easily handle big crowd in security gates.
0.0.1
VQMS uses a number of open source projects to work properly:
- service worker - enable local notification
- Websockets - 2 way communication between client and server
- Twitter Bootstrap - great UI boilerplate for modern web apps
- node.js - evented I/O for the backend
- Express - fast node.js network app framework [@tjholowaychuk]
- GCM - Google Cloud Messaging for Chrome
- Firebase - Database as a Service from Google
And of course Virtual Queue Management System itself is open source on GitHub.
MIT