An open API service indexing awesome lists of open source software.

https://github.com/eldoy/wdev

Websocket automatic code reloading
https://github.com/eldoy/wdev

Last synced: about 1 month ago
JSON representation

Websocket automatic code reloading

Awesome Lists containing this project

README

          

# Websocket automatic code reloading

Use this library to automatically reload the page when you restart your development web server (on save).

Made to work with the [Waveorb Web Development Framework.](https://waveorb.com)

### Usage

Copy the `dev.js` file to `app/assets/js` and include it in your layout (`default.js`) with:

```js
${process.env.NODE_ENV === 'development' ? '' : ''}
```

MIT Licensed. Enjoy!