https://github.com/networked-aframe/naf-uws-adapter
ARCHIVED uws Networked-Aframe adapter. A more recent version is in the networked-aframe repository.
https://github.com/networked-aframe/naf-uws-adapter
Last synced: about 1 year ago
JSON representation
ARCHIVED uws Networked-Aframe adapter. A more recent version is in the networked-aframe repository.
- Host: GitHub
- URL: https://github.com/networked-aframe/naf-uws-adapter
- Owner: networked-aframe
- License: mit
- Archived: true
- Created: 2017-10-25T22:09:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T05:55:42.000Z (over 7 years ago)
- Last Synced: 2025-02-22T14:37:37.810Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Networked-AFrame µWS Adapter
Network adapter for [networked-aframe](https://github.com/networked-aframe/networked-aframe) that uses uws as a backend.
## Running the Example
```
git clone https://github.com/networked-aframe/naf-uws-adapter
cd naf-uws-adapter
npm install # or use yarn
npm run dev # Start the local development server
```
With the server running, browse the example at http://localhost:8080. Open another browser tab and point it to the same URL to see the other client.
### Running on Glitch.com
[](https://glitch.com/edit/#!/remix/naf-uws-adapter)
### Running your own server
You can deploy the included websocket server to Heroku using the button below.
[](https://heroku.com/deploy)
Then include and configure `naf-uws-adapter`.
```html
```