Skip to content

Latest commit

 

History

History

many-chat-rooms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Many chat rooms

demo

This example showcase how you can create a a lobby where you can enter different chat rooms

library

Contains the data controller functionality and access controll.

frontend

Connects UI code that interacts with library to create rooms, posts etc

Developer setup

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