0.0.9 • Published 1 year ago

@logo-mfe/notification v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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)
})
0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago