Skip to content

Commit

Permalink
New approach
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 17, 2017
1 parent e39c46b commit 6752725
Show file tree
Hide file tree
Showing 53 changed files with 773 additions and 5,789 deletions.
53 changes: 0 additions & 53 deletions .jscsrc

This file was deleted.

30 changes: 0 additions & 30 deletions .jshintrc

This file was deleted.

5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

12 changes: 6 additions & 6 deletions LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
MIT License

Copyright (c) 2015, Iñaki Baz Castillo <ibc@aliax.net>
Copyright (c) 2017 Iñaki Baz Castillo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
36 changes: 1 addition & 35 deletions README.md
@@ -1,37 +1,3 @@
# protoo

Fast and extensible Node.js signaling framework for Real-Time Communication applications.

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Linux Build][travis-image]][travis-url]


## Installation

```bash
$ npm install protoo --save
```


## Documentation

Read the full documentation in the official website: [protoojs.org](http://protoojs.org).


## Author

[Iñaki Baz Castillo](https://github.com/ibc)


## License

[MIT](./LICENSE)


[npm-image]: https://img.shields.io/npm/v/protoo.svg
[npm-url]: https://npmjs.org/package/protoo
[downloads-image]: https://img.shields.io/npm/dm/protoo.svg
[downloads-url]: https://npmjs.org/package/protoo
[travis-image]: https://img.shields.io/travis/ibc/protoo/master.svg?label=linux
[travis-url]: https://travis-ci.org/ibc/protoo
Fast and extensible Node.js signaling framework for multi-party Real-Time Communication applications.
19 changes: 19 additions & 0 deletions client/package.json
@@ -0,0 +1,19 @@
{
"name": "protoo-server",
"version": "0.1.0",
"description": "protoo signaling server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibc/protoo2.git"
},
"author": "Iñaki Baz Castillo <ibc@aliax.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ibc/protoo2/issues"
},
"homepage": "https://github.com/ibc/protoo2#readme"
}
1 change: 1 addition & 0 deletions docs/index.html
@@ -0,0 +1 @@
<h1>protoo</h1>
32 changes: 0 additions & 32 deletions gulpfile.js

This file was deleted.

0 comments on commit 6752725

Please sign in to comment.