blob: 8bb684153c12a87df9110f4e643320361a116f89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#Jonokone
A simple queue system implementation based on [okalintu/Que](https://github.com/okalintu/Que).
##Dependencies
* nodejs
* angular.js
* socket.io
* express.js
##Installation
* Clone the repository
* Install dependencies with ```npm install```
* Run ```node index.js```
* Open ```localhost:$PORT``` (default port: 5000)
##Usage
* start with command ```node index.js``` (note that ports under 1000 will require sudo rights)
* admin mode at ```$PATH/adm``` (can be used to remove the first person from the queue)
* example: ```localhost:5000/adm```
* logging at ```$PATH/log```
|