https://github.com/x-ray-explorer-vr/interactions-server
Interactions server for the X-Ray Explorer VR project
https://github.com/x-ray-explorer-vr/interactions-server
javascript nodejs websockets-server
Last synced: 2 months ago
JSON representation
Interactions server for the X-Ray Explorer VR project
- Host: GitHub
- URL: https://github.com/x-ray-explorer-vr/interactions-server
- Owner: X-Ray-Explorer-VR
- Created: 2025-03-14T00:45:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T18:40:17.000Z (over 1 year ago)
- Last Synced: 2025-03-15T19:30:55.196Z (over 1 year ago)
- Topics: javascript, nodejs, websockets-server
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚨 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
```console
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
```console
git clone https://github.com/X-Ray-Explorer-VR/interactions-server.git
```
2. Install the required dependecies
```console
npm install
```
3. Run the server
```console
npm run
```