nx-event-bus

1.0.0 • Public • Published

NX Event Bus

Build Status

A simple implementation of an event bus for JavaScript. It's main features is taking care of 'dead events'.

A 'dead event' is when there aren't any listener for the broadcasted event. If such event occurs the event will be saved until a listener will get created and it will be rebroadcasted;

📝 Documentation

NX Event Bus DocumentationGithub version

Web Formatted VersionThe same as above but web-formatted.

☁️ Installation

$ npm i nx-event-bux --save

🔧 Development

  1. Clone the repository.
  2. Run npm i in the project root
  3. Start coding

♻️ Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

📜 License

Copyright 2018 Alexandru L. Pinca

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Package Sidebar

Install

npm i nx-event-bus

Weekly Downloads

1

Version

1.0.0

License

Apache-2.0

Unpacked Size

1.28 MB

Total Files

53

Last publish

Collaborators

  • pinkahd