FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ryanseys/bbb-html5-client: BigBlueButton HTML5 Client using NodeJS, SocketIO, Redis and RaphaelJS · GitHub

Latest commit

 

History

152 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBB-HTML5-Client

This is a BigBlueButton HTML5 Client prototype. :D

1. Install Node.js

2. Install Redis

3. Clone this repo

git clone https://github.com/ryanseys/bbb-html5-client.git

4. Install node dependencies

cd bbb-html5-client
npm install

5. Install ImageMagick

6. Run the Redis server

redis-server

7. Run the BBB server

cd bbb-html5-client
node app.js

TODOs

  • Allow for change of font size in text tool
  • Update the cleanup of Redis to ensure all keys created during a meeting are removed from Redis once the meeting is destroyed
  • Update UI to look nicer
  • Add mouse events to shapes and slides instead of just cursor so user can move the mouse quickly, and click to pan right away
  • Put textbox in a smart place when using the text tool. (such as a popup modal)

About

BigBlueButton HTML5 Client using NodeJS, SocketIO, Redis and RaphaelJS

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL