up2university / knockplop

Basic meeting webservice (client + server) based on WebRTC technology
MIT License
1 stars 0 forks source link

Knockplop

Basic multipart p2p meeting webservice (client + server) based on WebRTC technology

For now it is only audio and video but desktop sharing, file sharing and whitheboard will follow.

The service connects everybody visiting the same URL. This means users can choose their room independently by writing their room name directly into the URL: http://example-abc321.net/roomname

and share these URL to other users ...

Requirements

Install

Usage

Start the server:

node server.js

With the server running, open a recent version of Firefox or Chrome and visit `http://yourHostName:8080

Development

We use gulp to automate som building tasks. You have to install gulp: npm install --global gulp and run gulp:

gulp