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.

Usage no npm install needed!

<script type="module">
  import quartzfw from 'https://cdn.skypack.dev/quartzfw';
</script>

README

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