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

0.0.9 • 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 { createSocket } from '@logo-mfe/notification';

createSocket('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.9

License

none

Unpacked Size

392 kB

Total Files

5

Last publish

Collaborators

  • yusufyilmaz
  • serhan.gurbuz