|
Refresh every ms
Since your browser does not have TCP sockets, a websocket proxy is needed to connect to the Opatomic server.
The opad
server includes a websocket proxy that can be used if you add the --wsport
command line argument when launching.
Example command:
./opad --wsport 8080 --allowresp 1
Then connect to ws://localhost:8080/
at the top of this page.
View this project's source on github.