Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 703 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 703 Bytes

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 npm

$ 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

Please give me a star if you like it. Thank you.