ArrowJS is framework based on Express.js. It helps you build your web application easier.
'use strict';
const Arrow = require('arrowjs');
const application = new Arrow();
application.start();To get started with arrowjs install the arrowjs package:
$ npm install arrowjs --saveThe MIT License (MIT)