# @tmorin/ceb-messaging-simple

[![npm version](https://badge.fury.io/js/%40tmorin%2Fceb-messaging-simple.svg)](https://badge.fury.io/js/%40tmorin%2Fceb-messaging-simple)
[![skypack.dev](https://img.shields.io/badge/-skypack.dev-blueviolet.svg)](https://www.skypack.dev/view/@tmorin/ceb-messaging-messaging-simple)
[![doc](https://img.shields.io/badge/-doc-informational.svg)](https://tmorin.github.io/ceb)
[![api](https://img.shields.io/badge/-api-informational.svg)](https://tmorin.github.io/ceb/api/modules/_tmorin_ceb_messaging_simple.html)

> The package is part of the `<ceb/>` library.
> It provides an implementation of the messaging model leveraging on a vanilla TypeScript/JavaScript environment.
> 
## Install

The NPM package is compliant [CommonJs](https://flaviocopes.com/commonjs) and [ES Module](https://flaviocopes.com/es-modules).

```bash
npm install @tmorin/ceb-messaging-simple
```

## License

Released under the [MIT license].

[Custom Elements (v1)]: https://html.spec.whatwg.org/multipage/custom-elements.html
[MIT license]: http://opensource.org/licenses/MIT
