Skip to content

opaldone/opachat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opachat

Video and audio broadcasting WebRTC server is based on

How to install and compile

# Clonning
git clone https://github.com/opaldone/opachat.git

# Go to root opachat directory
cd opachat

# Set the GOPATH variable to the current directory opachat
# to avoid cluttering the global GOPATH directory
export GOPATH=$(pwd)

# Go to source folder
cd src/opachat

# Installing the required Golang packages
go mod init
go mod tidy

# Return to the opachat's root directory
cd ../..

# There is a "pkg" folder that contains the required Golang packages
# Compiling by the "r" bash script. r - means "run", b - means "build"
./r b

# Creating the required folders structure
# and copying the frontend part by the "u" bash script. u - means "update"
./u

# The "u" script is a watching script then for stopping press Ctrl+C
Ctrl+C

# You can check the "bin" folder. It should contain the necessary structure of folders and files.

# Start the server
./r

About

Video and audio broadcasting WebRTC server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published