# rtcmulticonnection-server

> RTCMultiConnection socket.io server

Latest version **1.3.3** (published 2022-03-18) · MIT license · 0 weekly downloads

## Install

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

## 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 | 1.3.3 |
| Published | 2022-03-18 |
| First published | 2018-10-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 83.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 284 |
| Author | Muaz Khan |
| Maintainers | muaz-khan |
| 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-server
- Repository: https://github.com/muaz-khan/RTCMultiConnection-Server
- Homepage: https://muazkhan.com:9001/demos/
- Issues: https://github.com/muaz-khan/RTCMultiConnection-Server/issues
- npm.io page: https://npm.io/package/rtcmulticonnection-server

## 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

- 1.3.3 (latest) — 2022-03-18
- 1.3.2 — 2020-04-12
- 1.3.1 — 2019-01-10
- 1.3.0 — 2018-11-17
- 1.2.9 — 2018-11-16
- 1.2.8 — 2018-11-16
- 1.2.7 — 2018-11-13
- 1.2.6 — 2018-11-06
- 1.2.5 — 2018-11-04
- 1.2.4 — 2018-11-04
- 1.2.3 — 2018-11-01
- 1.2.2 — 2018-11-01
- 1.2.1 — 2018-11-01
- 1.2.0 — 2018-10-29
- 1.0.9 — 2018-10-26
- … 9 more at https://npm.io/package/rtcmulticonnection-server/versions

## 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://muazkhan.com:9001/';
```

## `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://muazkhan.com:9001/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-server · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
