murugancmi / nari-node

Open source WebRTC Signalling server for nari https://github.com/murugancmi/nari

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebRTC Scalable Server Installation Steps

  1. Install NodeJS and NPM
  2. Start Nari Signalling server

Install NodeJS and NPM

Ubuntu/Debian

Installing NodeJS Debian and Ubuntu based Linux distributions.

curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential

SUSE Linux Enterprise Server (SLES)

Installing NodeJS openSUSE and SLE. The "Web and Scripting Module" must be added before installing.

zypper ar -f http://download.opensuse.org/repositories/home:/kwk:/orientdb/openSUSE_12.3/ Nodejs
zypper install nodejs nodejs-devel
zypper install nodejs4

Install Nari signalling server

Linux Platform

Start Nari signalling server

git clone https://github.com/murugancmi/nari-node.git 
cd nari-node
npm install

Time to start your Signalling server

node server.js

Run in production

npm install -g pm2
pm2 start server --name=nari

About

Open source WebRTC Signalling server for nari https://github.com/murugancmi/nari


Languages

Language:JavaScript 100.0%