# rtcmulticonnection-jarvis

> RTCMultiConnection socket.io server

Latest version **2.0.1** (published 2020-02-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install rtcmulticonnection-jarvis
pnpm add rtcmulticonnection-jarvis
yarn add rtcmulticonnection-jarvis
bun add rtcmulticonnection-jarvis
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2020-02-27 |
| First published | 2020-02-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10.15.0 |
| Dependencies | 1 |
| Unpacked size | 82.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 284 |
| Author | maoyupeng |
| Maintainers | maoyupeng |
| Keywords | peer-to-peer, peer2peer, peer, webrtc, rtcmulticonnection, webrtc-library, library, javascript, chrome, firefox, opera, ie, internet-explorer, android, rtcweb, rtcmulticonnection.js, multirtc, webrtc-experiment, javascript-library, muaz, muaz-khan |

## Links

- npm: https://www.npmjs.com/package/rtcmulticonnection-jarvis
- Repository: https://github.com/muaz-khan/RTCMultiConnection-Server
- Homepage: https://rtcmulticonnection.herokuapp.com/demos/
- Issues: https://github.com/muaz-khan/RTCMultiConnection-Server/issues
- npm.io page: https://npm.io/package/rtcmulticonnection-jarvis

## Dependencies (1)

- [socket.io](https://npm.io/package/socket.io.md) latest

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 2.0.1 (latest) — 2020-02-27
- 2.0.0 — 2020-02-20

## README

<a href="https://www.rtcmulticonnection.org/"><img src="https://i.imgur.com/MFfRBSM.png" /></a>

## RTCMultiConnection Socket.io Server

[![npm](https://img.shields.io/npm/v/rtcmulticonnection-server.svg)](https://npmjs.org/package/rtcmulticonnection-server) [![downloads](https://img.shields.io/npm/dm/rtcmulticonnection-server.svg)](https://npmjs.org/package/rtcmulticonnection-server)

> Since version `1.3.1`: now `rtcmulticonnection-server` does not creates any HTTP server.
> 
> Now you need to use this: `require('rtcmulticonnection-server').addSocket(socket)` where `socket` is your socket.io connection object.
> 
> It means  that now you can integrate `rtcmulticonnection-server` inside any socket.io application or expressjsj/angular frameworks.

```sh
npm install rtcmulticonnection-server

# either
node server.js --help

# or
require('rtcmulticonnection-server').addSocket(socket);
```

**Installation Guide:**

* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki

## Free socket.io servers

```javascript
connectin.socketURL = 'https://rtcmulticonnection.herokuapp.com:443/';
connectin.socketURL = 'https://webrtcweb.com:9002/';
```

## `config.json`

* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki/config.json

## Integrate inside nodejs applications

```javascript
const ioServer = require('socket.io');
const RTCMultiConnectionServer = require('rtcmulticonnection-server');

ioServer(httpApp).on('connection', function(socket) {
    RTCMultiConnectionServer.addSocket(socket);
});
```

For more information:

* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki/Integrate-inside-nodejs-applications

## Demos

* https://rtcmulticonnection.herokuapp.com/demos/

## License

[RTCMultiConnection Socket.io Server](https://github.com/muaz-khan/RTCMultiConnection-Server) is released under [MIT licence](https://github.com/muaz-khan/RTCMultiConnection/blob/master/LICENSE.md) . Copyright (c) [Muaz Khan](https://MuazKhan.com/).

---
_Source: https://npm.io/package/rtcmulticonnection-jarvis · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
