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. Exportsrequest
andresponse
, utilities containers. All are documented using jsDoc.@bracketed/jova.js/types
- Typings for Jova.js, used in routes, middlewares, events etc.
Installation
- Yarn
- NPM
- PNPM
yarn add @bracketed/jova.js
npm install @bracketed/jova.js
pnpm install @bracketed/jova.js