# 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
