This is a official repo of a meeting website made for college DY PATIL ACS
Meething is a semi-decentralized conference bridge using modern WebRTC, GunDB and MediaSoup to produce a hybrid MESH-SFU with strong privacy, zero user data retention and powerful off-grid capabilities.
Ready to try Meething? Join Now!
Try Meething using docker containers
pm2
sudo npm install pm2 -g
npm
npm install
meething.config.example.js
to meething.config.js
meething.config.js
to set the desired port and other environment variablescerts/
by either copying certs/fullchain.pem.example
to certs/fullchain.pem
and certs/privkey.pem.example
to certs/privkey.pem
or using your own certificate & key
pm2 start meething.config.js
The Meething application will connect to community Gun nodes for user discovery. All room data/audio/video is p2p.
SuperPeers can provide the network with services such as STUN/TURN/RELAY and in the future SFU/MCU features. For more details, check out the Project Wiki.