Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback

Logo


Modern and declarative backend development framework for Deno.

Documentation · API Reference · Repository · Contributing


Required Deno version   Latest Entropy version

Table of Contents

Introducing Entropy

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.

Entropy is currently in the beta stage. Although it is already suitable for creating apps, you may still encounter some bugs and breaking changes.

Requirements

To run Entropy, your environment has to meet following requirements:

  • Deno 1.40.0+

We recommend 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

Security

If you discovered any bug, please open new issue / pull request in the repository or email me: dom.rajkowski@gmail.com. In case of security vulnerability, please contact me directly.

Information

License

Entropy framework is open-source and it is licensed under the MIT License.