Skip to content
Azuwey edited this page Mar 23, 2018 · 5 revisions

QuartzFW

QuartzFW is Typescript decorator based, lightweight nodejs micro framework, with Express and native WebSocket, which you can use to develop REST API / real time backend easily.

Installation with yarn

$ yarn add quartzfw

Installation with npm (not recommended)

$ npm install quartzfw --save-prod

Issues

If you have any problem with the framework please open a new issue here

Getting started tutorial here

You can find an example project here