An open API service indexing awesome lists of open source software.

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.

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

[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](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.

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

Then include and configure `naf-uws-adapter`.

```html






```