x3d-jsonvirse
v4.3.6
Published
X3DJSONVirse -- npx X3D Server
Downloads
5
Readme
x3d-jsonvirse
Multiuser server/client for X3D
First:
Download nodejs/npm. On Windows they come in the nodejs package.
AFAIK, this does not work on Windows Subsystem for Linux WSLg or WSL2. Assistance Welcome
To run put the following in the bash prompt (or do the equivalent in zsh, command prompt or powershell)
git clone https://github.com/coderextreme/JSONvirse
cd JSONvirse
npm install
export X3DJSONPORT=8088 # or 80 or whatever you like, normally something > 1024. 80 works on Windows. Probably not Linux or Mac.
npm run startClick on a one of the localhost:8088 links
Type CTRL-C to exit in the terminal window you started npx in.
