angular2-websocket-mu-fork
v0.6.12
Published
Based on https://github.com/AngularClass/angular-websocket and migrated to Angular2 ## Installation
Downloads
4
Readme
angular2websocket
Based on https://github.com/AngularClass/angular-websocket and migrated to Angular2
Installation
npm install angular2-websocket
Usage:
import {$WebSocket} from 'angular2-websocket/angular2-websocket'
var ws = new $WebSocket("url");
ws.send(event);
also ws.getDataStream() returns Subject to which you can attach an Observer (https://github.com/Reactive-Extensions/RxJS)
Compilation
npm run typings
npm run compile