Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/versatica/protoo
Minimalist and extensible Node.js signaling framework for multi-party Real-Time applications
https://github.com/versatica/protoo
client-side node-module nodejs server-side signaling websocket
Last synced: 1 day ago
JSON representation
Minimalist and extensible Node.js signaling framework for multi-party Real-Time applications
- Host: GitHub
- URL: https://github.com/versatica/protoo
- Owner: versatica
- License: mit
- Created: 2015-02-15T12:55:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T13:18:58.000Z (about 1 year ago)
- Last Synced: 2024-05-21T03:26:48.370Z (6 months ago)
- Topics: client-side, node-module, nodejs, server-side, signaling, websocket
- Language: JavaScript
- Homepage: https://protoo.versatica.com
- Size: 499 KB
- Stars: 165
- Watchers: 12
- Forks: 48
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protoo
[![][npm-shield-protoo-server]][npm-protoo-server]
[![][npm-shield-protoo-client]][npm-protoo-client]
[![][travis-ci-shield-protoo]][travis-ci-protoo]Minimalist and extensible Node.js signaling framework for multi-party Real-Time applications.
## Website and documentation
* [protoo.versatica.com][protoo-website]
## Breaking changes in v4
* In **protoo-server**:
- `peer.send()` has been renamed to `peer.request()`.
- `room.spread()` has been removed.* In **protoo-client**:
- `peer.send()` has been renamed to `peer.request()`.## Author
Iñaki Baz Castillo ([@ibc](https://github.com/ibc/) at Github)
## License
[MIT](./LICENSE)
[protoo-website]: https://protoo.versatica.com
[npm-shield-protoo-server]: https://img.shields.io/npm/v/protoo-server.svg
[npm-shield-protoo-client]: https://img.shields.io/npm/v/protoo-client.svg
[npm-protoo-server]: https://npmjs.org/package/protoo-server
[npm-protoo-client]: https://npmjs.org/package/protoo-client
[travis-ci-shield-protoo]: https://travis-ci.com/versatica/protoo.svg?branch=master
[travis-ci-protoo]: https://travis-ci.com/versatica/protoo