# nexmo-stitch

> Nexmo Stitch SDK for JavaScript

Latest version **3.0.1** (published 2018-11-14) · To Be Decided license · 108 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install nexmo-stitch
pnpm add nexmo-stitch
yarn add nexmo-stitch
bun add nexmo-stitch
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 3.0.1 |
| Published | 2018-11-14 |
| First published | 2018-04-04 |
| Weekly downloads | 108 |
| License | To Be Decided |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 1 MB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | kapekost, lgendelis, nexmo-devrel, ohir2789, smachlin |
| Keywords | nexmo, stitch, conversation, sdk, ip-messaging, rtc, communication, audio, video |

## Links

- npm: https://www.npmjs.com/package/nexmo-stitch
- Repository: https://github.com/Nexmo/conversation-js-sdk
- Homepage: https://github.com/Nexmo/conversation-js-sdk#readme
- Issues: https://github.com/Nexmo/conversation-js-sdk/issues
- npm.io page: https://npm.io/package/nexmo-stitch

## Dependencies (9)

- [uuid](https://npm.io/package/uuid.md) ^3.3.2
- [loglevel](https://npm.io/package/loglevel.md) ^1.6.1
- [socket.io](https://npm.io/package/socket.io.md) ^2.1.1
- [wildemitter](https://npm.io/package/wildemitter.md) 1.x
- [detect-browser](https://npm.io/package/detect-browser.md) ^3.0.1
- [webrtc-adapter](https://npm.io/package/webrtc-adapter.md) ^6.4.0
- [socket.io-client](https://npm.io/package/socket.io-client.md) ^2.1.1
- [socketio-wildcard](https://npm.io/package/socketio-wildcard.md) ^2.0.0
- [loglevel-plugin-prefix](https://npm.io/package/loglevel-plugin-prefix.md) ^0.8.4

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 3.0.1 (latest) — 2018-11-14
- 3.0.2-beta.2 (beta) — 2018-12-18
- 2.1.0-canary.1 (canary) — 2018-08-22
- 3.0.2-beta.1 — 2018-12-07
- 3.0.2-beta — 2018-12-05
- 3.0.1-beta — 2018-11-07
- 3.0.0 — 2018-09-28
- 3.0.0-beta — 2018-09-25
- 2.2.0 — 2018-09-19
- 2.1.0 — 2018-08-30
- 2.1.0-beta.7 — 2018-08-29
- 2.1.0-beta.6 — 2018-08-23
- 2.1.0-canary — 2018-08-20
- 2.1.0-beta.5 — 2018-08-19
- 2.1.0-beta.4 — 2018-08-17
- … 26 more at https://npm.io/package/nexmo-stitch/versions

## README

# Nexmo Stitch SDK for JavaScript

[![Twitter](https://img.shields.io/badge/twitter-@Nexmo-blue.svg?style=flat)](https://twitter.com/Nexmo)

The Stitch SDK is intended to provide a ready solution for developers who want to integrate chat, voice and video into their apps.

## Installation

### [NPM](http://npmjs.com)

A dependency manager for Node packages. You can install the Stitch SDK with the following command:

```bash
npm install nexmo-stitch
```

## SDK Setup

Include the `conversationClient.js` script in your web page

```HTML
<script src="node_modules/nexmo-stitch/dist/conversationClient.js"></script>
```

Or the minified version

```HTML
<script src="node_modules/nexmo-stitch/dist/conversationClient.min.js"></script>
```

## Testing

We use third party tools for testing the framework:

- [Karma](https://karma-runner.github.io/1.0/index.html): Karma is our test runner
- [Mocha](https://mochajs.org/): Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun.
- [Chai](http://chaijs.com/): Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework.

## Code style & Conventions

- https://github.com/google/eslint-config-google

## License

Copyright (c) 2018 Nexmo, Inc. All rights reserved. Licensed only under the Nexmo Stitch SDK License Agreement (the "License") located at

By downloading or otherwise using our software or services, you acknowledge that you have read, understand and agree to be bound by the Nexmo Stitch SDK License Agreement and Privacy Policy.

You may not use, exercise any rights with respect to or exploit this SDK, or any modifications or derivative works thereof, except in accordance with the License.

## Authors

- Kostas Kapetanakis, kostas.kapetanakis@nexmo.com
- Lihi Gendelis, lihi.gendelis@vonage.com
- Ori Shofman, ori.shofman@vonage.com
- Sagie Machlin, sagie.machlin@vonage.com
- Manos Pappas, emmanouil.pappas@nexmo.com
- Ivan Ivanov, ivan.ivanov@nexmo.com
- Javi Garcia, javigd.dtk@gmail.com
- Roy Ben Shoushan, roy.benshushan@vonage.com
- Neil Stratford, neil.stratford@nexmo.com
- Jurgo Boemo, jurgo.boemo@nexmo.com
- Jacopo Maroli, jacopo.maroli@nexmo.com
- Phil Leggetter, leggetter@nexmo.com
- Alex Lakatos, laka@nexmo.com

[![NEXMO](https://www.nexmo.com/wp-content/themes/nexmo/resources/img/nexmo_logo_157x43_fullcolor.png)](https://www.nexmo.com)

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