https://github.com/dirk/dy.js
Dynamic code reloading for JavaScript
https://github.com/dirk/dy.js
Last synced: about 1 year ago
JSON representation
Dynamic code reloading for JavaScript
- Host: GitHub
- URL: https://github.com/dirk/dy.js
- Owner: dirk
- License: other
- Created: 2014-09-07T20:17:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-09T20:52:33.000Z (almost 12 years ago)
- Last Synced: 2025-04-09T15:13:55.170Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dy.js
We've put humans on the moon and rovers on Mars. So why the bloody hell is save-and-reload still acceptable as the cornerstone of our development workflow? dy.js is proposed methodology (specification?) and reference implementation for module-based dynamic code reloading in (initially) the browser.
## Philosophy
dy.js is designed to be simple, humanist software. As such, it's guiding philosophy is centered around understandability and ease of use:
1. Simple module dependency injection
2. Simple module reloading extension
3. Code that JavaScript programmers of nearly all skill levels should be able to understand
## Reloader
dy.js provides an extension library that allows for automatic code reloading of modules that follow the specification. See the [reloader `README.md`](ext/reload#readme) for reference.
### License
Released under the New BSD License (1999); see `LICENSE` for details.