An open API service indexing awesome lists of open source software.

https://github.com/elmarti/blaze-video-chat


https://github.com/elmarti/blaze-video-chat

blaze metoer videochat webrtc

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Blaze Video Chat
The project shows the use of the [Meteor Video Chat extension](https://github.com/elmarti/meteor-video-chat) in a Blaze based project. The goal of this is to show the ease with which `elmarti:video-chat` can be used to create prototypes and full blown projects.

[Example Application](https://blazevideochat.herokuapp.com/) (STUN/TURN servers aren't used so it may be impossible to connect users across the internet)
### Get started

```
git clone git@github.com:elmarti/blaze-video-chat.git
cd blaze-video-chat
meteor npm install
meteor
```