Entropy is a modern and declarative backend development framework for Deno. It makes it easy to create fast and secure web applications with awesome developer experience.
Note
Entropy is currently in the beta
stage. Although it is already suitable for
creating apps, you may still encounter some bugs and breaking changes.
To run Entropy, your environment has to meet following requirements:
- Deno ^1.42.0
Tip
It is a good practice to always have the latest version of Deno installed. To update Deno, run the following command:
deno upgrade
# on Linux and macOS you may have to run:
sudo deno upgrade
Important
If you discovered any bug, please open a new issue or pull request in the repository or email me: dom.rajkowski@gmail.com. In case of security vulnerability, please contact me directly.
- Author: Dominik Rajkowski
- Documentation: entropy.deno.dev
- API Reference
- GitHub repository
- GitHub organization
- MIT License
Entropy framework is open-source and it is licensed under the MIT License.