Skip to content

entropy-deno/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo


Modern and declarative backend development framework for Deno.


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.

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.

Requirements

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

Security

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.

Information

License

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