vmux

Secure P2P text, audio and video chats in your browser.

  • Owner: malditogeek/vmux
  • Platform:
  • License:: BSD 4-Clause "Original" or "Old" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

VMUX

Secure P2P text, audio and video chats in your browser using WebRTC

VMUX is a Skype/Hangouts alternative that runs in the browser. It's built on top of WebRTC so you don't need to install any plugins or use Flash. You can do one-to-one or multi-party video calls and all the communications are P2P and encrypted.

You can use it at https://vmux.co

Have any questions? Join the conversation at Gitter

There is also a talk about VMUX from FutureJS here: https://www.youtube.com/watch?v=T6iaHbrxKKQ

Browser support

VMUX works on the lastest stable versions of Chrome, Chrome for Android, Firefox, Firefox for Android and Opera.

For more info about WebRTC browser support go to WebRTC.org.

Getting started

Prerequisite: Redis

If you already have a working Node/NPM environment, should be as easy as:

npm install
gulp
npm start

( if gulp is not installed globally, do npm i -g gulp in a terminal.
Use sudo in front of it if you get the EACCESS error. See here for more help )

Point your browser to localhost:5000

Deployment

If you're going to run VMUX in production, make sure you create your own Twitter app for authentication and it's configured properly.

Development

gulp can be used with --debug option to bundle VMUX with source maps which provides debugging with coffescript files to browsers that support it.
With --debug and --bundleMode=browserify, source maps are generated at the end of the files site.js and vmux.js.
and with --debug-- and --bundleMode=webpack, two additional files are generated, vmux.js.map and site.js.map for source maps.

Firebug debugger provides better results when debugging coffeescript files. Chrome has few bugs with source maps, for example there are some lines where we cannot put a breakpoint (see here).

The default coffeescript compiler is used when you bundle VMUX with gulp (to set it explicitly, you can use the option --coffeeScriptCompiler=coffeeScript)
or you can use coffee-script-redux (coffee-script 2) compiler by using coffeeScriptCompiler=coffeeScriptRedux to have a better coffeescript debbuging experience.

You can also change the port by setting PORT value : PORT=4000 npm start and the environment with : NODE_ENV=production npm start

Author

Mauro Pompilio

License

VMUX is released under the BSD license.

Overview

Name With Ownermalditogeek/vmux
Primary LanguageJavaScript
Program languageCoffeeScript (Language Count: 3)
Platform
License:BSD 4-Clause "Original" or "Old" License
Release Count0
Created At2013-06-26 17:24:25
Pushed At2015-02-08 01:50:45
Last Commit At2015-02-08 01:50:45
Stargazers Count608
Watchers Count38
Fork Count77
Commits Count51
Has Issues Enabled
Issues Count28
Issue Open Count14
Pull Requests Count7
Pull Requests Open Count0
Pull Requests Close Count1
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top