This is the standard web UI for hive.js.
hive-ui
is comprised of the following components:
ui
-- the component that initializes the frameworks and provides the basic facilities that other components build onlocalize
-- subcomponent that enables localization
session
-- controls authentication on the client-side and holds the real-time connection to the stream interface on the servereditor
-- integrates and wires editors to the real-time collaboration servicesettings
-- manages and exposes settings to the user and other componentsoauth
-- implements the oauth provider uiauthToken
-- this is the default auth mechanism (login via session token)
MPL 2.0