Skip to content
/ REALZ Public

REALZ - an experiment in combining Node, React, and A-Frame (VR)

Notifications You must be signed in to change notification settings

miquael/REALZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REALZ

An experiment in combining Node, React, RethinkDB, and A-Frame

REALZ:

• React, Redux, RethinkDB

• A-Frame (http:https://aframe.io)

• Horizon (Node) (http:https://horizon.io)

Installation

Install Horizon: http:https://horizon.io/install/ (this will include installing RethinkDB)

Download the REALZ source code:

git clone https://github.com/miquael/REALZ.git

Move into into REALZ:

cd REALZ

Start Horizon server:

hz serve --dev

Open in web browser: http:https://127.0.0.1:8181

Restarting

When stopping the Horizon server, kill with control-Z (not control-C). When restarting Horizon server, an error can occur:

HTTP server: Error: listen EADDRINUSE 127.0.0.1:8181

To fix, first show running processes:

lsof -i tcp:8181

Then kill processes, where [PID#] is the process PID (example, 8875):

kill -9 [PID#]

Then, restart:

hz serve --dev

About

REALZ - an experiment in combining Node, React, and A-Frame (VR)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages