Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quorrajs/positron
The QuorraJS framework kernel module
https://github.com/quorrajs/positron
framework nodejs quorrajs
Last synced: about 1 month ago
JSON representation
The QuorraJS framework kernel module
- Host: GitHub
- URL: https://github.com/quorrajs/positron
- Owner: quorrajs
- License: mit
- Created: 2016-02-08T15:42:31.000Z (almost 9 years ago)
- Default Branch: 1.0
- Last Pushed: 2017-10-02T17:34:12.000Z (over 7 years ago)
- Last Synced: 2024-11-29T23:48:04.787Z (about 1 month ago)
- Topics: framework, nodejs, quorrajs
- Language: JavaScript
- Homepage: https://quorrajs.org/
- Size: 302 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENse.txt
Awesome Lists containing this project
README
# QuorraJS Framework (Kernel)
[![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
> **Note:** This repository contains the core code of the Quorra framework. If you want to build an application
using Quorra, visit the main [Quorra repository.](https://github.com/quorrajs/Quorra)## 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)