UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

56 lines (36 loc) 1.91 kB
[![GitHub issues](https://img.shields.io/github/issues/dazejs/daze.svg)](https://github.com/dazejs/daze/issues) [![npm](https://img.shields.io/npm/v/@dazejs/framework.svg)](https://www.npmjs.com/package/@dazejs/framework) [![npm](https://img.shields.io/npm/dm/@dazejs/framework.svg)](https://www.npmjs.com/package/@dazejs/framework) [![actions](https://github.com/dazejs/daze/workflows/Node%20CI/badge.svg)](https://github.com/dazejs/daze/actions) [![codecov](https://codecov.io/gh/dazejs/daze/branch/master/graph/badge.svg)](https://codecov.io/gh/dazejs/daze) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/09d6f0f7a58d406c9c9b8ec4abaab2a6)](https://www.codacy.com/manual/dazejs/daze?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=dazejs/daze&amp;utm_campaign=Badge_Grade) [![GitHub license](https://img.shields.io/github/license/dazejs/daze.svg)](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)