logo-mfe-notification
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Logo Micro-FrontEnd Notification

This component has no template and runs like a service. It opens a websocket to the notification service using RSocket and ensures that notifications are transmitted to the clients.

Installation

Install the component:

npm i logo-mfe-notification --save

Once installed, import the component in your application:

import { createNotificationSocket } from 'logo-mfe-notification';

createNotificationSocket('userId', 'access_token').then(message => {
    console.log('message: ', message)
})

Readme

Keywords

none

Package Sidebar

Install

npm i logo-mfe-notification

Weekly Downloads

0

Version

0.0.2

License

none

Unpacked Size

390 kB

Total Files

7

Last publish

Collaborators

  • yusufyilmaz