Skip to main content

Guide

About

Jova.js runs on Express Version 4.21.0 via the @bracketed/express package. In the future, Jova.js will move onto its own serving system rather then using Express.js at its base.

Jova.js also has two exports besides the default export these being, @bracketed/jova.js/utilities and @bracketed/jova.js/types.

  • @bracketed/jova.js/utilities - Utilities for routers and middlewares currently, may contain more in future versions of Jova. Exports request and response, utilities containers. All are documented using jsDoc.
  • @bracketed/jova.js/types - Typings for Jova.js, used in routes, middlewares, events etc.

Installation

yarn add @bracketed/jova.js

Guide Index