You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.
Before you can start using ZenTS, you need to download and install Node.js for your operation system. After installing Node.js you can create a fresh ZenTS project with the CLI:
npm i zents-cli -g
zen create myproject
cd myproject
zen dev
The above command will install the latest version of the CLI globally and creates a new ZenTS project in the myproject folder.
Features
Robust controller and service containers
Super fast routing system
Autoloading capabilities, never manage a list of project dependencies by yourself again
Session and user management with redis, ORM or filesystem storage
Ships with TypeORM out-of-the-box
Includes a battle tested template engine (Nunjucks)
ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.