All Projects → sahachide → ZenTS

sahachide / ZenTS

Licence: MIT license
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.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ZenTS

Doodle
A Simple Java MVC Framework。提供Bean容器、Ioc、Aop、MVC功能
Stars: ✭ 90 (+150%)
Mutual labels:  mvc-framework
React Imvc
An Isomorphic MVC Framework
Stars: ✭ 211 (+486.11%)
Mutual labels:  mvc-framework
libgitlmvc
C++ MVC framework for Qt
Stars: ✭ 73 (+102.78%)
Mutual labels:  mvc-framework
Nim Basolato
An asynchronous fullstack web framework for Nim.
Stars: ✭ 111 (+208.33%)
Mutual labels:  mvc-framework
Kemalyst
A rails like framework based on kemal
Stars: ✭ 176 (+388.89%)
Mutual labels:  mvc-framework
vulkano
A small, simple and fast framework for creating web applications using NodeJS. Inspired by KumbiaPHP.
Stars: ✭ 15 (-58.33%)
Mutual labels:  mvc-framework
Kantphp2
KantPHP Framework V2
Stars: ✭ 75 (+108.33%)
Mutual labels:  mvc-framework
djburger
Framework for safe and maintainable web-projects.
Stars: ✭ 75 (+108.33%)
Mutual labels:  mvc-framework
Slim Born
Slim Framework 3 and 4 skeleton application has authentication MVC construction.
Stars: ✭ 179 (+397.22%)
Mutual labels:  mvc-framework
velox
The minimal PHP micro-framework.
Stars: ✭ 55 (+52.78%)
Mutual labels:  mvc-framework
Mormot2
OpenSource RESTful ORM/SOA/MVC Framework for Delphi and FreePascal
Stars: ✭ 120 (+233.33%)
Mutual labels:  mvc-framework
Miniphp
A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.
Stars: ✭ 144 (+300%)
Mutual labels:  mvc-framework
eCommerce Shop
eCommerceShop renowned stylish, affordable, new and original fashion to you. our product mainly focuses on women wear’s, but it also offers men's apparel, children clothes, accessories, shoes, bags and other fashion items. BossKinds manufacture and supplier of leisurewear, workwear and school uniforms. we understood the importance of making good…
Stars: ✭ 26 (-27.78%)
Mutual labels:  mvc-framework
Nodefony Starter
Nodefony Starter Node.js Framework
Stars: ✭ 95 (+163.89%)
Mutual labels:  mvc-framework
Larabye
🎉 Larabye (Laravel + Rockabye) is a mini PHP starter / framework inspired from laravel features
Stars: ✭ 31 (-13.89%)
Mutual labels:  mvc-framework
Go Web
A new Golang MVC Framework. Like Laravel... but faster!
Stars: ✭ 79 (+119.44%)
Mutual labels:  mvc-framework
fano
Pascal web application framework
Stars: ✭ 90 (+150%)
Mutual labels:  mvc-framework
UMVC
UMVC - Model-View-Controller Generator built for Unity
Stars: ✭ 36 (+0%)
Mutual labels:  mvc-framework
haykal
A Typescript MVC Framework
Stars: ✭ 24 (-33.33%)
Mutual labels:  mvc-framework
php-mvc-framework
PHP MVC Framework - web application framework for modern and rapid development of web applications
Stars: ✭ 24 (-33.33%)
Mutual labels:  mvc-framework

ZenTS Logo

GitHub top language GitHub code size in bytes GitHub issues GitHub pull requests npm node-current Website NPM

Website | Documentation | Roadmap | Changelog | Twitter | npm

ZenTS is a fast and modern MVC framework for Node.js & TypeScript.

Quick Start

ZenTS is a Node.js framework and available through the npm registry.

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)
  • Easy accessible request and response context
  • Email handling with responsive render engine
  • Auto response workflows
  • Validation
  • Many, many more

Documentation

Head over to the official website and read the documentation.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].