App

From VibHub Wiki
Revision as of 13:10, 29 January 2026 by Jasx (talk | contribs) (Created page with "An app is basically a controller application for one or more VibHub Devices. Such as a website or Second Life relay. Generally, VibHub communication goes User Input -> App -> Server -> Device. VibHub currently has two methods of interfacing an App with the server: REST and Websockets. Websockets is faster and generally the go-to. But if your application can't handle that, and you're fine with less frequent updates, the REST API...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An app is basically a controller application for one or more VibHub Devices. Such as a website or Second Life relay.

Generally, VibHub communication goes User Input -> App -> Server -> Device.

VibHub currently has two methods of interfacing an App with the server: REST and Websockets. Websockets is faster and generally the go-to. But if your application can't handle that, and you're fine with less frequent updates, the REST API is very easy to use!