Skip to content

Interactions server for the X-Ray Explorer VR project

Notifications You must be signed in to change notification settings

X-Ray-Explorer-VR/interactions-server

Repository files navigation

🚨 Interactions server - X-Ray Explorer VR

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

Running using Docker

Execute the next command in a terminal

docker run -p 8080:8080 ghcr.io/x-ray-explorer-vr/interactions-server:latest

Running barebones

1. Prerequisites

  • Node.js v22.12.0 or newer

2. Steps

  1. Clone the repository

    git clone https://github.com/X-Ray-Explorer-VR/interactions-server.git
  2. Install the required dependecies

    npm install
  3. Run the server

    npm run