# sockjs-stream

> A streaming API for sockjs

Latest version **1.0.2** (published 2014-02-23) · 0 weekly downloads

## Install

```sh
npm install sockjs-stream
pnpm add sockjs-stream
yarn add sockjs-stream
bun add sockjs-stream
```

## Health

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

Positive: no vulnerabilities.

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

Negative: insecure dependencies; abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2014-02-23 |
| First published | 2012-11-18 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Raynos |
| Maintainers | raynos |

## Links

- npm: https://www.npmjs.com/package/sockjs-stream
- Repository: https://github.com/Raynos/sockjs-stream
- Issues: https://github.com/Raynos/sockjs-stream/issues
- npm.io page: https://npm.io/package/sockjs-stream

## Dependencies (3)

- [ws](https://npm.io/package/ws.md) ~0.4.22
- [data-channel](https://npm.io/package/data-channel.md) ~0.2.1
- [sockjs-client](https://npm.io/package/sockjs-client.md) git://github.com/substack/sockjs-client.git#browserify-npm

## Recent versions

- 1.0.2 (latest) — 2014-02-23
- 1.0.1 — 2014-02-23
- 0.1.3 — 2012-12-03
- 0.1.2 — 2012-11-20
- 0.1.1 — 2012-11-18
- 0.1.0 — 2012-11-18

## README

# sockjs-stream

A streaming API for sockjs

## Example

Like shoe, but when required on the server gives you a SockJS
    complient websocket client instead of a SockJS server

```js
var SockJS = require("sockjs-stream")

var stream = SockJS(uri)

// do streaming stuff
```

Works on both client & server

## Installation

`npm install sockjs-stream`

## Contributors

 - Raynos

## MIT Licenced

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