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

https://github.com/cheshire137/angular-module

An AngularJS plugin for connecting to a camfire signaling server
https://github.com/cheshire137/angular-module

angular javascript plugin

Last synced: 2 months ago
JSON representation

An AngularJS plugin for connecting to a camfire signaling server

Awesome Lists containing this project

README

          

# angular-plugin

This project provides a front end to the camfire webrtc media server.

## Assumptions

* brew
* nodejs

## Installation

First make sure brew is current:

brew update

And same for nodejs

brew upgrade node

Install dependencies:

npm install
bower install

## Test (Karma)

grunt test

## Run

Launch the server:

grunt server