vmux

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

  • 所有者: malditogeek/vmux
  • 平台:
  • 許可證: BSD 4-Clause "Original" or "Old" License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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.

概覽

名稱與所有者malditogeek/vmux
主編程語言JavaScript
編程語言CoffeeScript (語言數: 3)
平台
許可證BSD 4-Clause "Original" or "Old" License
發布數0
創建於2013-06-26 17:24:25
推送於2015-02-08 01:50:45
最后一次提交2015-02-08 01:50:45
星數608
關注者數38
派生數77
提交數51
已啟用問題?
問題數28
打開的問題數14
拉請求數7
打開的拉請求數0
關閉的拉請求數1
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部