message-controller
Version:
Deliver Messages to your Beans
59 lines (32 loc) • 1.38 kB
Plain Text
Flow control for JSON Objects which are delivered via a Browser/App
This should solve some object orientated flow control in your application.
This Package is developed as Node.js Application - you should have node.js installed
also check if npm is installed. After you fullfill all prerequisitions start download the
npm - package 'message-controller-demo' through this command.
```
npm install message-controller
```
For short demo use the "message-controller-demo"
```
npm install message-controller-demo
```
You are able to remove the Packages by the built-in method of npm
```
npm uninstall message-controller
or
npm uninstall message-controller-demo *does only remove the demo
```
The Script was tested on Node10.15.3
Please read [CONTRIBUTING.md]() for details on our code of conduct, and the process for submitting pull requests to us.
* **Kevin Heim** - *Initial work* - [4ddev](https://github.com/4ddev)
See also the list of [contributors](https://github.com/4ddev/message-controller/contributors) who participated in this project.
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details