Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quorrajs/quorra
A full fledged, open-source NodeJS MVC framework
https://github.com/quorrajs/quorra
framework nodejs quorrajs
Last synced: 1 day ago
JSON representation
A full fledged, open-source NodeJS MVC framework
- Host: GitHub
- URL: https://github.com/quorrajs/quorra
- Owner: quorrajs
- Created: 2016-02-08T16:05:42.000Z (almost 9 years ago)
- Default Branch: 1.0
- Last Pushed: 2017-10-01T10:01:49.000Z (over 7 years ago)
- Last Synced: 2024-10-14T00:05:15.897Z (3 months ago)
- Topics: framework, nodejs, quorrajs
- Language: JavaScript
- Homepage: https://github.com/quorrajs/Quorra-docs
- Size: 68.4 KB
- Stars: 238
- Watchers: 11
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuorraJS Framework
[![npm version](https://img.shields.io/npm/v/positron.svg)](https://www.npmjs.com/package/positron)
[![Build Status](https://travis-ci.org/quorrajs/Positron.svg?branch=master)](https://travis-ci.org/quorrajs/Positron)
[![License](https://img.shields.io/npm/l/positron.svg)](https://www.npmjs.com/package/positron)NodeJS Framework For Web Riders
## Intro
QuorraJS is a NodeJS MVC framework for building elegant web applications. It provides a clean application structure
and simple API's to develop applications in a expressive beautiful syntax.QuorraJS specialities include:
- Transparent well documented code base written mostly by following JS prototype design.
- Dead simple and powerful [router](https://quorrajs.org/docs/1.0.0/getting-started/routing.html).
- Restful [resource routes](https://quorrajs.org/docs/1.0.0/getting-started/controllers.html#restful-resource-controllers) support.
- Easy-to-use [CLI wizard](https://quorrajs.org/docs/1.0.0/quorra-cli/overview.html).
- Super cool and pretty [error handler interface](https://github.com/quorrajs/Ouch) which makes debugging a lot easier.
- Ships with built in basic [authentication support](https://quorrajs.org/docs/1.0.0/more/security.html).
- Fast without the need for complex optimization.and much more.
## Documentation
[Quickstart](https://quorrajs.org/docs/1.0.0/preface/quickstart.html)
[Getting started](https://quorrajs.org/docs/1.0.0/getting-started/installation.html)
## Questions
For questions and support please use the [Gitter chat room](https://gitter.im/quorrajs/quorrajs). The issue list of this repo is exclusively for bug
reports and feature requests.## Stay In Touch
For latest releases and announcements, follow on Twitter: [@quorrajs](https://twitter.com/quorrajs)
## License
The QuorraJS Framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)