ns plugin add @valor/nativescript-websockets
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.
Apache License Version 2.0