https://github.com/krakenjs/hotware
https://github.com/krakenjs/hotware
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krakenjs/hotware
- Owner: krakenjs
- License: other
- Created: 2018-05-08T20:47:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T06:31:58.000Z (over 7 years ago)
- Last Synced: 2024-08-02T05:06:51.905Z (over 1 year ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 3
- Watchers: 9
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hotware 🔥
A higher-order middleware (HOM) to make meddleware hot reload
### Table of Contents
- [Installation](#installation)
- [Examples](#examples)
- [LICENSE](#license)
### Installation
> This module is distributed via [npm][npm] which is bundled wit [node][node] and should be installed as one of your project's `dependencies`:
```
npm install --save hotware
```
### Examples
- [Express app integration](https://github.com/krakenjs/hotware/blob/master/demos/express/index.js)
- [Meddleware integration](https://github.com/krakenjs/hotware/blob/master/demos/meddleware/index.js)
### Contributing
If you find a bug or think about enhancement, feel free to contribute and submit a PR. Contributions of any kind are welcome!
### License
Apache © [PayPal](https://github.com/krakenjs)
[npm]: https://www.npmjs.com/
[node]: https://nodejs.org