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
- Host: GitHub
- URL: https://github.com/cheshire137/angular-module
- Owner: cheshire137
- License: mit
- Created: 2015-06-05T03:41:07.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2014-01-08T22:28:52.000Z (over 12 years ago)
- Last Synced: 2025-10-14T21:55:05.957Z (8 months ago)
- Topics: angular, javascript, plugin
- Language: CoffeeScript
- Size: 5.57 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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