0.3.3 • Published 10 years ago

webchat v0.3.3

Weekly downloads
8
License
Apache version 2....
Repository
github
Last release
10 years ago

#WebRTC A complete open source framework for video chatting and conference based on WebRTC

##WebRTC specification: http://www.w3.org/TR/webrtc/

##Future Improvement/Alternate Architecture: ###WebRTC MCU: https://npmjs.org/package/erizo-api ###Licode based on erizo http://lynckia.com/licode/

##INSTALL PROCEDURE for ubuntu:

sudo apt-get install npm mongodb libcap2-bin
sudo apt-get clean
echo -e "\nsmallfiles=true" | sudo tee -a /etc/mongodb.conf >/dev/null
sudo setcap 'cap_net_bind_service=+ep' /usr/bin/nodejs
sudo npm -g install webchat
sudo nano /usr/local/lib/node_modules/webchat/node_modules/mongodb/node_modules/bson/binding.gyp
	replace 'node' with 'nodejs'
sudo make -C /usr/local/lib/node_modules/webchat/node_modules/mongodb/node_modules/bson/
echo -e "description \"webchat\"\nstart on startup\nstart on started mongodb\nstop on runlevel [!2345]\n\nexec npm -g start webchat" | sudo tee /etc/init/webchat.conf >/dev/null

sudo service webchat start
0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.9

10 years ago

0.2.8

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago