@dazejs/framework
Version:
Daze.js - A powerful web framework for Node.js
56 lines (36 loc) • 1.91 kB
Markdown
[](https://github.com/dazejs/daze/issues)
[](https://www.npmjs.com/package/@dazejs/framework)
[](https://www.npmjs.com/package/@dazejs/framework)
[](https://github.com/dazejs/daze/actions)
[](https://codecov.io/gh/dazejs/daze)
[](https://www.codacy.com/manual/dazejs/daze?utm_source=github.com&utm_medium=referral&utm_content=dazejs/daze&utm_campaign=Badge_Grade)
[](https://github.com/dazejs/daze/blob/master/LICENSE)
<div align="center">
<a href="https://github.com/dazejs/daze">
<img width="200" heigth="200" src="https://github.com/dazejs/daze/blob/master/assets/logo.png">
</a>
<h1>Daze.js</h1>
<h4>Web framwork for Node.js</h4>
</div>
English | [中文](README_zh.md)
Visit [https://dazejs.org/](https://dazejs.org/) to learn more
## Introduction
`Daze.js` is an efficient, highly extensible and powerful `Node.js` server-side Web development daze.
## Getting Started
#### Install cli tool
```bash
$ npm install -g @dazejs/cli
```
#### Create application
```bash
$ daze create example
$ cd example
$ npm start
```
visit `http://localhost:8080` to preview
## Docs & Community
- [Documentations](https://dazejs.org/)
## Benchmarks
The benchmark compares a number of other frameworks, mainly with no routes and with 1000 routes defined, see [benchmarks](benchmarks/README.md)
## License
Daze.js is [MIT licensed](https://github.com/dazejs/daze/blob/master/LICENSE)