chiquitinxx / grooscript

Converts your Groovy code to Javascript
https://www.grooscript.org
Other
221 stars 18 forks source link

Hot reloading #57

Closed chiquitinxx closed 8 years ago

chiquitinxx commented 8 years ago

Reload the javascript layer in the browser, when the developer update grooscript code. This prevents pressing refresh all the time during development.

No idea how to implement this, maybe with a node.js server?