Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
71 lines (50 loc) · 2.71 KB

README.md

File metadata and controls

71 lines (50 loc) · 2.71 KB

Router

A fast HTTP router, using a highly performant Radix Tree.

Test CodeCov Vulnerabilities License NPM Version NPM Monthly Downloads NPM Total Downloads Built with TypeScript Tested With Jest Open GitHub Issues Open GitHub Pull Requests Github Stars Github Forks

Table of Content

Installation

In case of using GitHub package registry, the package name will be @foxifyjs/router.

NPM

npm i @foxify/router

PNPM

pnpm add @foxify/router

Yarn

yarn add @foxify/router

Usage

TODO

Versioning

We use SemVer for versioning. For the versions available, see the releases on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.