This is a Node.js Sever which mimics the behaviors of TobiiGalss Sever. Developers can just run these severs without actually connecting to TobiiGlass for development. It contains the basic RESTful APIs
git clone https://github.com/SMU-Ubicomp-Lab/TobiiServer
brew install node
npm install express
sudo node api.js // You need add sudo here to run at port 80
node udp.js