The kraken suite is a secure and scalable layer that extends express by providing structure and convention.
The kraken suite is a secure and scalable layer that extends express by providing structure and convention. Kraken is the glue to your open source. It sits on top of grunt and express, but offers you a more robust feature set in a web application framework. The benefits include support for externalized content, localization, compile-on-the-fly editing, environment-based configuration, baked-in application security and more.
Install the generator
sudo npm install -g generator-kraken
Create a project
yo kraken
Start your server
npm start
Your kraken application will start up on port 8000. You can visit it at http://localhost:8000. If all goes well, your very polite application will say hello.
Important Links: