Dashboard¶
-
class
rpcjs.dashboard.Dashboard(name='rpcjs.dashboard', secret='__secret__')[source]¶ Bases:
objectDashboard entry point
Methods
add_page(page[, route, header])Add a new page to the dashboard on_event(event, handler[, namespace])Register an handler for a givent event run([host, port])Run the flask App init_worker