@silmar/ng-sockets

[![npm (scoped)](https://img.shields.io/npm/v/@silmar/ng-sockets.svg)](https://www.npmjs.com/package/@silmar/ng-sockets) [![pipeline status](https://gitlab.com/etg-public/silmar-ng-sockets/badges/master/pipeline.svg)](https://gitlab.com/etg-public/silmar-

Usage no npm install needed!

<script type="module">
  import silmarNgSockets from 'https://cdn.skypack.dev/@silmar/ng-sockets';
</script>

README

@silmar/ng-sockets

npm (scoped) pipeline status NPM

Socket.io Angular wrapper

Install

NPM

npm i @silmar/ng-sockets socket.io socket.io-client

Yarn

yarn add @silmar/ng-sockets socket.io socket.io-client

Polyfills

You should add the following into your polyfills.ts file

(window as any).global = window;

Original project

https://github.com/bougarfaoui/ng-socket-io