# MessageController Flow control for JSON Objects which are delivered via a Browser/App ## Getting Started This should solve some object orientated flow control in your application. ### Prerequisites 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 ``` ### How to Use For short demo use the "message-controller-demo" ``` npm install message-controller-demo ``` ### Uninstall 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 ``` ## Deployment The Script was tested on Node10.15.3 ## Contributing Please read [CONTRIBUTING.md]() for details on our code of conduct, and the process for submitting pull requests to us. ## Authors * **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. ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details