meta-meta / aztec-pong

An Aframe-React experiment
http://meta-meta.github.io/aztec-pong/
MIT License
3 stars 3 forks source link

Serve WebSockets server over `wss` #3

Open cvan opened 8 years ago

cvan commented 8 years ago

For when the game is served from https://meta-meta.github.io/aztec-pong/

meta-meta commented 8 years ago

Thanks @cvan, The WebSockets will never get run on github.io though. It's meant to be run locally for forwarding Serial and OSC messages from custom hardware (a stair stepper machine controls the paddles) or various control surfaces. I suppose we should do something about the js error when hosting on github.io though.

P.S. aframe is awesome!