1.0.1 • Published 5 years ago

webpack-hot-socketio v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

webpack-hot-socketio

Webpack hot reloading using only webpack-dev-server or webpack-dev-middleware. This allows you added hot reloading into an socket.io server without express which used webpack-hot-middleware a lot, so you can use your own server to serve html.

Build Status Coverage Status

Installation

Use the npm or yarn to install webpack-hot-socketio

npm install webpack-hot-socketio --save-dev
yarn add webpack-hot-socketio -D

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT