Server for VRKnockApp which utilizes the OpenVR Notification API to display notifications in Virtual Reality triggered by the mobile app.
The server works by running a local web socket server on port 16945
which exposes the following endpoints:
All endpoints return a status:
{
"code": 0,
"msg": "All good!"
}
{
"code": 1,
"msg": "Something went wrong :("
}