Developed by: Alejandro Suárez 🪐
Interactions server is a web sockets server that allows to connect and make interactions between the X-Ray Explorer VR application with its spectator web page
Execute the next command in a terminal
docker run -p 8080:8080 ghcr.io/x-ray-explorer-vr/interactions-server:latest
- Node.js v22.12.0 or newer
-
Clone the repository
git clone https://github.com/X-Ray-Explorer-VR/interactions-server.git
-
Install the required dependecies
npm install
-
Run the server
npm run