@valor/nativescript-websockets
by valor | v1.0.5
WebSockets polyfill for NativeScript
npm i --save @valor/nativescript-websockets

@valor/nativescript-websockets

ns plugin add @valor/nativescript-websockets

Usage

To use this plugin simply add this to your polyfills.ts on angular (before importing zone.js) or on your entrypoint (app.ts, main.ts) on other flavors:

import '@valor/nativescript-websockets';

Beware that import order matters! If needed you can also add the plugin to your bundle directly with webpack.

License

Apache License Version 2.0