This example showcase how you can create a a lobby where you can enter different chat rooms
Contains the data controller functionality and access controll.
Connects UI code that interacts with library to create rooms, posts etc
In the root folder of this repo
yarn
For the browser to browser to work you need a relay (or use the one that is already available if its online)
See this for a local node (EASY!)
See this for a remote node (host in a data center, or at home with port forwarding) (A little harder)
In the frontend package
To interact with a local node
yarn start
or
For remote node
yarn start-remote