# angular2-websocket-mu-fork

> Based on https://github.com/AngularClass/angular-websocket and migrated to Angular2 ## Installation

Latest version **0.6.12** (published 2016-09-04) · 0 weekly downloads

## Install

```sh
npm install angular2-websocket-mu-fork
pnpm add angular2-websocket-mu-fork
yarn add angular2-websocket-mu-fork
bun add angular2-websocket-mu-fork
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.6.12 |
| Published | 2016-09-04 |
| First published | 2016-08-16 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Known vulnerabilities | 0 (+21 in 3 direct dependencies) |
| Install scripts | no |
| Maintainers | timelaw |

## Links

- npm: https://www.npmjs.com/package/angular2-websocket-mu-fork
- Repository: https://github.com/menuan/angular2-websocket
- Homepage: https://github.com/menuan/angular2-websocket#readme
- Issues: https://github.com/menuan/angular2-websocket/issues
- npm.io page: https://npm.io/package/angular2-websocket-mu-fork

## Dependencies (8)

- [rxjs](https://npm.io/package/rxjs.md) 5.0.0-beta.11
- [core-js](https://npm.io/package/core-js.md) ^2.4.1
- [typings](https://npm.io/package/typings.md) ^1.3.3
- [zone.js](https://npm.io/package/zone.js.md) ^0.6.17
- [@angular/core](https://npm.io/package/@angular/core.md) 2.0.0-rc.6
- [@angular/common](https://npm.io/package/@angular/common.md) 2.0.0-rc.6
- [reflect-metadata](https://npm.io/package/reflect-metadata.md) ^0.1.3
- [@angular/compiler](https://npm.io/package/@angular/compiler.md) 2.0.0-rc.6

## Recent versions

- 0.6.12 (latest) — 2016-09-04
- 0.6.11 — 2016-09-04
- 0.6.10 — 2016-08-17
- 0.6.9 — 2016-08-17
- 0.6.8 — 2016-08-16
- 0.6.7 — 2016-08-16
- 0.6.6 — 2016-08-16
- 0.6.5 — 2016-08-16
- 0.6.4 — 2016-08-16

## README

# angular2websocket

Based on https://github.com/AngularClass/angular-websocket and migrated to Angular2
## Installation

```bash
npm install angular2-websocket
```

## Usage:
```ts
import {$WebSocket} from 'angular2-websocket/angular2-websocket'
var ws = new $WebSocket("url");
ws.send(event);

```

also
ws.getDataStream() returns Subject<any> to which you can attach an Observer (https://github.com/Reactive-Extensions/RxJS)

## Compilation
```bash
npm run typings
npm run compile

```

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